ruạṛ
a ���f�T � @ 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� �Zd:d;� Zd<d=� Z d>d?� Z!d@S )A�NetworkFirewallSummaryz* Summary of the Network Firewall. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�NEEDS_ATTENTION� ATTACHING� DETACHINGc K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a~ Initializes a new NetworkFirewallSummary 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 NetworkFirewallSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this NetworkFirewallSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this NetworkFirewallSummary. :type display_name: str :param subnet_id: The value to assign to the subnet_id property of this NetworkFirewallSummary. :type subnet_id: str :param availability_domain: The value to assign to the availability_domain property of this NetworkFirewallSummary. :type availability_domain: str :param ipv4_address: The value to assign to the ipv4_address property of this NetworkFirewallSummary. :type ipv4_address: str :param ipv6_address: The value to assign to the ipv6_address property of this NetworkFirewallSummary. :type ipv6_address: str :param network_firewall_policy_id: The value to assign to the network_firewall_policy_id property of this NetworkFirewallSummary. :type network_firewall_policy_id: str :param time_created: The value to assign to the time_created property of this NetworkFirewallSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this NetworkFirewallSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this NetworkFirewallSummary. 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 NetworkFirewallSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this NetworkFirewallSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NetworkFirewallSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this NetworkFirewallSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name� subnet_id�availability_domain�ipv4_address�ipv6_address�network_firewall_policy_id�time_created�time_updated�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNameZsubnetIdZavailabilityDomainZipv4AddressZipv6AddressZnetworkFirewallPolicyIdZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _subnet_id�_availability_domain� _ipv4_address� _ipv6_address�_network_firewall_policy_id� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r1 �X/usr/lib/python3.9/site-packages/oci/network_firewall/models/network_firewall_summary.py�__init__6 s^ E��zNetworkFirewallSummary.__init__c C s | j S )a) **[Required]** Gets the id of this NetworkFirewallSummary. The `OCID`__ of the Network Firewall resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this NetworkFirewallSummary. :rtype: str �r �r/ r1 r1 r2 r � s zNetworkFirewallSummary.idc C s || _ dS )a Sets the id of this NetworkFirewallSummary. The `OCID`__ of the Network Firewall resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this NetworkFirewallSummary. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )aS **[Required]** Gets the compartment_id of this NetworkFirewallSummary. 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 NetworkFirewallSummary. :rtype: str �r! r5 r1 r1 r2 r � s z%NetworkFirewallSummary.compartment_idc C s || _ dS )aQ Sets the compartment_id of this NetworkFirewallSummary. The `OCID`__ of the compartment containing the Network Firewall. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this NetworkFirewallSummary. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )a? **[Required]** Gets the display_name of this NetworkFirewallSummary. A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this NetworkFirewallSummary. :rtype: str �r"