ruạṛ
a ���f_Z � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Zd<d=� Zd>d?� Zd@dA� ZdBS )C�Vcna A virtual cloud network (VCN). For more information, see `Overview of the Networking Service`__. 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/overview.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm �PROVISIONING� AVAILABLE�TERMINATING� TERMINATED�UPDATINGc K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new Vcn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param byoipv6_cidr_blocks: The value to assign to the byoipv6_cidr_blocks property of this Vcn. :type byoipv6_cidr_blocks: list[str] :param ipv6_private_cidr_blocks: The value to assign to the ipv6_private_cidr_blocks property of this Vcn. :type ipv6_private_cidr_blocks: list[str] :param cidr_block: The value to assign to the cidr_block property of this Vcn. :type cidr_block: str :param cidr_blocks: The value to assign to the cidr_blocks property of this Vcn. :type cidr_blocks: list[str] :param compartment_id: The value to assign to the compartment_id property of this Vcn. :type compartment_id: str :param default_dhcp_options_id: The value to assign to the default_dhcp_options_id property of this Vcn. :type default_dhcp_options_id: str :param default_route_table_id: The value to assign to the default_route_table_id property of this Vcn. :type default_route_table_id: str :param default_security_list_id: The value to assign to the default_security_list_id property of this Vcn. :type default_security_list_id: str :param defined_tags: The value to assign to the defined_tags property of this Vcn. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this Vcn. :type display_name: str :param dns_label: The value to assign to the dns_label property of this Vcn. :type dns_label: str :param freeform_tags: The value to assign to the freeform_tags property of this Vcn. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this Vcn. :type id: str :param ipv6_cidr_blocks: The value to assign to the ipv6_cidr_blocks property of this Vcn. :type ipv6_cidr_blocks: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this Vcn. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Vcn. :type time_created: datetime :param vcn_domain_name: The value to assign to the vcn_domain_name property of this Vcn. :type vcn_domain_name: str z list[str]�strzdict(str, dict(str, object))zdict(str, str)Zdatetime)�byoipv6_cidr_blocks�ipv6_private_cidr_blocks� cidr_block�cidr_blocks�compartment_id�default_dhcp_options_id�default_route_table_id�default_security_list_id�defined_tags�display_name� dns_label� freeform_tags�id�ipv6_cidr_blocks�lifecycle_state�time_created�vcn_domain_nameZbyoipv6CidrBlocksZipv6PrivateCidrBlocksZ cidrBlockZ cidrBlocksZ compartmentIdZdefaultDhcpOptionsIdZdefaultRouteTableIdZdefaultSecurityListIdZdefinedTagsZdisplayNameZdnsLabelZfreeformTagsr Zipv6CidrBlocksZlifecycleStateZtimeCreatedZ vcnDomainNameN)Z swagger_typesZ attribute_map�_byoipv6_cidr_blocks�_ipv6_private_cidr_blocks�_cidr_block�_cidr_blocks�_compartment_id�_default_dhcp_options_id�_default_route_table_id�_default_security_list_id� _defined_tags� _display_name� _dns_label�_freeform_tags�_id�_ipv6_cidr_blocks�_lifecycle_state� _time_created�_vcn_domain_name)�self�kwargs� r1 �7/usr/lib/python3.9/site-packages/oci/core/models/vcn.py�__init__. sj M��zVcn.__init__c C s | j S )z� Gets the byoipv6_cidr_blocks of this Vcn. The list of BYOIPv6 prefixes required to create a VCN that uses BYOIPv6 ranges. :return: The byoipv6_cidr_blocks of this Vcn. :rtype: list[str] �r �r/ r1 r1 r2 r � s zVcn.byoipv6_cidr_blocksc C s || _ dS )z� Sets the byoipv6_cidr_blocks of this Vcn. The list of BYOIPv6 prefixes required to create a VCN that uses BYOIPv6 ranges. :param byoipv6_cidr_blocks: The byoipv6_cidr_blocks of this Vcn. :type: list[str] Nr4 )r/ r r1 r1 r2 r � s c C s | j S )a Gets the ipv6_private_cidr_blocks of this Vcn. For an IPv6-enabled VCN, this is the list of Private IPv6 prefixes for the VCN's IP address space. :return: The ipv6_private_cidr_blocks of this Vcn. :rtype: list[str] �r r5 r1 r1 r2 r � s zVcn.ipv6_private_cidr_blocksc C s || _ dS )a Sets the ipv6_private_cidr_blocks of this Vcn. For an IPv6-enabled VCN, this is the list of Private IPv6 prefixes for the VCN's IP address space. :param ipv6_private_cidr_blocks: The ipv6_private_cidr_blocks of this Vcn. :type: list[str] Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the cidr_block of this Vcn. Deprecated. The first CIDR IP address from cidrBlocks. Example: `172.16.0.0/16` :return: The cidr_block of this Vcn. :rtype: str �r r5 r1 r1 r2 r � s zVcn.cidr_blockc C s || _ dS )z� Sets the cidr_block of this Vcn. Deprecated. The first CIDR IP address from cidrBlocks. Example: `172.16.0.0/16` :param cidr_block: The cidr_block of this Vcn. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )z� **[Required]** Gets the cidr_blocks of this Vcn. The list of IPv4 CIDR blocks the VCN will use. :return: The cidr_blocks of this Vcn. :rtype: list[str] �r! r5 r1 r1 r2 r s zVcn.cidr_blocksc C s || _ dS )z� Sets the cidr_blocks of this Vcn. The list of IPv4 CIDR blocks the VCN will use. :param cidr_blocks: The cidr_blocks of this Vcn. :type: list[str] Nr8 )r/ r r1 r1 r2 r s c C s | j S )a **[Required]** Gets the compartment_id of this Vcn. The `OCID`__ of the compartment containing the VCN. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this Vcn. :rtype: str �r"