ruạṛ
a O��fY4 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateNetworkFirewallDetailsz5 The information about new Network Firewall. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateNetworkFirewallDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateNetworkFirewallDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateNetworkFirewallDetails. :type compartment_id: str :param subnet_id: The value to assign to the subnet_id property of this CreateNetworkFirewallDetails. :type subnet_id: str :param availability_domain: The value to assign to the availability_domain property of this CreateNetworkFirewallDetails. :type availability_domain: str :param network_firewall_policy_id: The value to assign to the network_firewall_policy_id property of this CreateNetworkFirewallDetails. :type network_firewall_policy_id: str :param ipv4_address: The value to assign to the ipv4_address property of this CreateNetworkFirewallDetails. :type ipv4_address: str :param ipv6_address: The value to assign to the ipv6_address property of this CreateNetworkFirewallDetails. :type ipv6_address: str :param network_security_group_ids: The value to assign to the network_security_group_ids property of this CreateNetworkFirewallDetails. :type network_security_group_ids: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this CreateNetworkFirewallDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNetworkFirewallDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, str)zdict(str, dict(str, object))) �display_name�compartment_id� subnet_id�availability_domain�network_firewall_policy_id�ipv4_address�ipv6_address�network_security_group_ids� freeform_tags�defined_tags�displayName� compartmentId�subnetId�availabilityDomain�networkFirewallPolicyId�ipv4Address�ipv6Address�networkSecurityGroupIds�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_compartment_id� _subnet_id�_availability_domain�_network_firewall_policy_id� _ipv4_address� _ipv6_address�_network_security_group_ids�_freeform_tags� _defined_tags)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_firewall/models/create_network_firewall_details.py�__init__ s@ /�� z%CreateNetworkFirewallDetails.__init__c C s | j S )a< Gets the display_name of this CreateNetworkFirewallDetails. 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 CreateNetworkFirewallDetails. :rtype: str �r �r( r* r* r+ r c s z)CreateNetworkFirewallDetails.display_namec C s || _ dS )aG Sets the display_name of this CreateNetworkFirewallDetails. A user-friendly name for the Network Firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this CreateNetworkFirewallDetails. :type: str Nr- )r( r r* r* r+ r o s c C s | j S )a_ **[Required]** Gets the compartment_id of this CreateNetworkFirewallDetails. 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 CreateNetworkFirewallDetails. :rtype: str �r r. r* r* r+ r { s z+CreateNetworkFirewallDetails.compartment_idc C s || _ dS )a] Sets the compartment_id of this CreateNetworkFirewallDetails. 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 CreateNetworkFirewallDetails. :type: str Nr/ )r( r r* r* r+ r � s c C s | j S )aU **[Required]** Gets the subnet_id of this CreateNetworkFirewallDetails. The `OCID`__ of the subnet associated with the Network Firewall. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The subnet_id of this CreateNetworkFirewallDetails. :rtype: str �r r. r* r* r+ r � s z&CreateNetworkFirewallDetails.subnet_idc C s || _ dS )aN Sets the subnet_id of this CreateNetworkFirewallDetails. The `OCID`__ of the subnet associated with the Network Firewall. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param subnet_id: The subnet_id of this CreateNetworkFirewallDetails. :type: str Nr0 )r( r r* r* r+ r � s c C s | j S )a� Gets the availability_domain of this CreateNetworkFirewallDetails. Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use :func:`list_availability_domains` operation. Example: `kIdk:PHX-AD-1` :return: The availability_domain of this CreateNetworkFirewallDetails. :rtype: str �r! r. r* r* r+ r � s z0CreateNetworkFirewallDetails.availability_domainc C s || _ dS )a� Sets the availability_domain of this CreateNetworkFirewallDetails. Availability Domain where Network Firewall instance is created. To get a list of availability domains for a tenancy, use :func:`list_availability_domains` operation. Example: `kIdk:PHX-AD-1` :param availability_domain: The availability_domain of this CreateNetworkFirewallDetails. :type: str Nr1 )r( r r* r* r+ r � s c C s | j S )ac **[Required]** Gets the network_firewall_policy_id of this CreateNetworkFirewallDetails. The `OCID`__ of the Network Firewall Policy. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The network_firewall_policy_id of this CreateNetworkFirewallDetails. :rtype: str �r"