📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_list.cpython-39.pyc
a ���f�9 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�SecurityListay A set of virtual firewall rules for your VCN. Security lists are configured at the subnet level, but the rules are applied to the ingress and egress traffic for the individual instances in the subnet. The rules can be stateful or stateless. For more information, see `Security Lists`__. **Note:** Compare security lists to :class:`NetworkSecurityGroup`s, which let you apply a set of security rules to a *specific set of VNICs* instead of an entire subnet. Oracle recommends using network security groups instead of security lists, although you can use either or both together. **Important:** Oracle Cloud Infrastructure Compute service images automatically include firewall rules (for example, Linux iptables, Windows firewall). If there are issues with some type of access to an instance, make sure both the security lists associated with the instance's subnet and the instance's firewall rules are set correctly. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securitylists.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �PROVISIONING� AVAILABLE�TERMINATING� TERMINATEDc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a~ Initializes a new SecurityList object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this SecurityList. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this SecurityList. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this SecurityList. :type display_name: str :param egress_security_rules: The value to assign to the egress_security_rules property of this SecurityList. :type egress_security_rules: list[oci.vn_monitoring.models.EgressSecurityRule] :param freeform_tags: The value to assign to the freeform_tags property of this SecurityList. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this SecurityList. :type id: str :param ingress_security_rules: The value to assign to the ingress_security_rules property of this SecurityList. :type ingress_security_rules: list[oci.vn_monitoring.models.IngressSecurityRule] :param lifecycle_state: The value to assign to the lifecycle_state property of this SecurityList. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED" :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this SecurityList. :type time_created: datetime :param vcn_id: The value to assign to the vcn_id property of this SecurityList. :type vcn_id: str �strzdict(str, dict(str, object))zlist[EgressSecurityRule]zdict(str, str)zlist[IngressSecurityRule]Zdatetime) �compartment_id�defined_tags�display_name�egress_security_rules� freeform_tags�id�ingress_security_rules�lifecycle_state�time_created�vcn_idZ compartmentIdZdefinedTagsZdisplayNameZegressSecurityRulesZfreeformTagsr ZingressSecurityRulesZlifecycleStateZtimeCreatedZvcnIdN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_egress_security_rules�_freeform_tags�_id�_ingress_security_rules�_lifecycle_state� _time_created�_vcn_id)�self�kwargs� r"