📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_vcn_details.cpython-39.pyc
a ���f�E � @ 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 @ sN 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 � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateVcnDetailsz! CreateVcnDetails model. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new CreateVcnDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cidr_block: The value to assign to the cidr_block property of this CreateVcnDetails. :type cidr_block: str :param cidr_blocks: The value to assign to the cidr_blocks property of this CreateVcnDetails. :type cidr_blocks: list[str] :param compartment_id: The value to assign to the compartment_id property of this CreateVcnDetails. :type compartment_id: str :param ipv6_private_cidr_blocks: The value to assign to the ipv6_private_cidr_blocks property of this CreateVcnDetails. :type ipv6_private_cidr_blocks: list[str] :param is_oracle_gua_allocation_enabled: The value to assign to the is_oracle_gua_allocation_enabled property of this CreateVcnDetails. :type is_oracle_gua_allocation_enabled: bool :param byoipv6_cidr_details: The value to assign to the byoipv6_cidr_details property of this CreateVcnDetails. :type byoipv6_cidr_details: list[oci.core.models.Byoipv6CidrDetails] :param defined_tags: The value to assign to the defined_tags property of this CreateVcnDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateVcnDetails. :type display_name: str :param dns_label: The value to assign to the dns_label property of this CreateVcnDetails. :type dns_label: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVcnDetails. :type freeform_tags: dict(str, str) :param is_ipv6_enabled: The value to assign to the is_ipv6_enabled property of this CreateVcnDetails. :type is_ipv6_enabled: bool �strz list[str]�boolzlist[Byoipv6CidrDetails]zdict(str, dict(str, object))zdict(str, str))� cidr_block�cidr_blocks�compartment_id�ipv6_private_cidr_blocks� is_oracle_gua_allocation_enabled�byoipv6_cidr_details�defined_tags�display_name� dns_label� freeform_tags�is_ipv6_enabledZ cidrBlockZ cidrBlocksZ compartmentIdZipv6PrivateCidrBlocksZisOracleGuaAllocationEnabledZbyoipv6CidrDetailsZdefinedTagsZdisplayNameZdnsLabelZfreeformTagsZ isIpv6EnabledN) Z swagger_typesZ attribute_map�_cidr_block�_cidr_blocks�_compartment_id�_ipv6_private_cidr_blocks�!_is_oracle_gua_allocation_enabled�_byoipv6_cidr_details� _defined_tags� _display_name� _dns_label�_freeform_tags�_is_ipv6_enabled)�self�kwargs� r! �F/usr/lib/python3.9/site-packages/oci/core/models/create_vcn_details.py�__init__ sF 3��zCreateVcnDetails.__init__c C s | j S )z� Gets the cidr_block of this CreateVcnDetails. **Deprecated.** Do *not* set this value. Use `cidrBlocks` instead. Example: `10.0.0.0/16` :return: The cidr_block of this CreateVcnDetails. :rtype: str �r �r r! r! r"