ruạṛ
a ���f{Y � @ 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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zd=d>� Z d?d@� Z!dAdB� Z"dCS )D�NetworkFirewalla� A network firewall is a security resource that exists in a subnet of your choice and controls incoming and outgoing network traffic based on a set of security rules. Each firewall is associated with a policy. Traffic is routed to and from the firewall from resources such as internet gateways and dynamic routing gateways (DRGs). For more information, see `Overview of Network Firewall`__ __ https://docs.cloud.oracle.com/iaas/Content/network-firewall/overview.htm �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�NEEDS_ATTENTION� ATTACHING� DETACHINGc K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new NetworkFirewall object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this NetworkFirewall. :type id: str :param compartment_id: The value to assign to the compartment_id property of this NetworkFirewall. :type compartment_id: str :param display_name: The value to assign to the display_name property of this NetworkFirewall. :type display_name: str :param subnet_id: The value to assign to the subnet_id property of this NetworkFirewall. :type subnet_id: str :param ipv4_address: The value to assign to the ipv4_address property of this NetworkFirewall. :type ipv4_address: str :param ipv6_address: The value to assign to the ipv6_address property of this NetworkFirewall. :type ipv6_address: str :param network_firewall_policy_id: The value to assign to the network_firewall_policy_id property of this NetworkFirewall. :type network_firewall_policy_id: str :param availability_domain: The value to assign to the availability_domain property of this NetworkFirewall. :type availability_domain: str :param network_security_group_ids: The value to assign to the network_security_group_ids property of this NetworkFirewall. :type network_security_group_ids: list[str] :param time_created: The value to assign to the time_created property of this NetworkFirewall. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this NetworkFirewall. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this NetworkFirewall. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", "ATTACHING", "DETACHING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this NetworkFirewall. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this NetworkFirewall. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NetworkFirewall. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this NetworkFirewall. :type system_tags: dict(str, dict(str, object)) �strz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name� subnet_id�ipv4_address�ipv6_address�network_firewall_policy_id�availability_domain�network_security_group_ids�time_created�time_updated�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNameZsubnetIdZipv4AddressZipv6AddressZnetworkFirewallPolicyIdZavailabilityDomainZnetworkSecurityGroupIdsZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _subnet_id� _ipv4_address� _ipv6_address�_network_firewall_policy_id�_availability_domain�_network_security_group_ids� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r3 �P/usr/lib/python3.9/site-packages/oci/network_firewall/models/network_firewall.py�__init__8 sd I��zNetworkFirewall.__init__c C s | j S )a **[Required]** Gets the id of this NetworkFirewall. The `OCID`__ of the Network Firewall resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this NetworkFirewall. :rtype: str �r! �r1 r3 r3 r4 r � s zNetworkFirewall.idc C s || _ dS )a Sets the id of this NetworkFirewall. The `OCID`__ of the Network Firewall resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this NetworkFirewall. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )aE **[Required]** Gets the compartment_id of this NetworkFirewall. The `OCID`__ of the compartment containing the Network Firewall. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this NetworkFirewall. :rtype: str �r"