📂 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_subnet_details.cpython-39.opt-1.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 @ s� 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#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�CreateSubnetDetailsz$ CreateSubnetDetails model. c K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )aj Initializes a new CreateSubnetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this CreateSubnetDetails. :type availability_domain: str :param cidr_block: The value to assign to the cidr_block property of this CreateSubnetDetails. :type cidr_block: str :param compartment_id: The value to assign to the compartment_id property of this CreateSubnetDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateSubnetDetails. :type defined_tags: dict(str, dict(str, object)) :param dhcp_options_id: The value to assign to the dhcp_options_id property of this CreateSubnetDetails. :type dhcp_options_id: str :param display_name: The value to assign to the display_name property of this CreateSubnetDetails. :type display_name: str :param dns_label: The value to assign to the dns_label property of this CreateSubnetDetails. :type dns_label: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSubnetDetails. :type freeform_tags: dict(str, str) :param ipv6_cidr_block: The value to assign to the ipv6_cidr_block property of this CreateSubnetDetails. :type ipv6_cidr_block: str :param ipv6_cidr_blocks: The value to assign to the ipv6_cidr_blocks property of this CreateSubnetDetails. :type ipv6_cidr_blocks: list[str] :param prohibit_internet_ingress: The value to assign to the prohibit_internet_ingress property of this CreateSubnetDetails. :type prohibit_internet_ingress: bool :param prohibit_public_ip_on_vnic: The value to assign to the prohibit_public_ip_on_vnic property of this CreateSubnetDetails. :type prohibit_public_ip_on_vnic: bool :param route_table_id: The value to assign to the route_table_id property of this CreateSubnetDetails. :type route_table_id: str :param security_list_ids: The value to assign to the security_list_ids property of this CreateSubnetDetails. :type security_list_ids: list[str] :param vcn_id: The value to assign to the vcn_id property of this CreateSubnetDetails. :type vcn_id: str �strzdict(str, dict(str, object))zdict(str, str)z list[str]�bool)�availability_domain� cidr_block�compartment_id�defined_tags�dhcp_options_id�display_name� dns_label� freeform_tags�ipv6_cidr_block�ipv6_cidr_blocks�prohibit_internet_ingress�prohibit_public_ip_on_vnic�route_table_id�security_list_ids�vcn_idZavailabilityDomainZ cidrBlockZ compartmentIdZdefinedTagsZ dhcpOptionsIdZdisplayNameZdnsLabelZfreeformTagsZ ipv6CidrBlockZipv6CidrBlocksZprohibitInternetIngressZprohibitPublicIpOnVnicZrouteTableIdZsecurityListIdsZvcnIdN)Z swagger_typesZ attribute_map�_availability_domain�_cidr_block�_compartment_id� _defined_tags�_dhcp_options_id� _display_name� _dns_label�_freeform_tags�_ipv6_cidr_block�_ipv6_cidr_blocks�_prohibit_internet_ingress�_prohibit_public_ip_on_vnic�_route_table_id�_security_list_ids�_vcn_id)�self�kwargs� r) �I/usr/lib/python3.9/site-packages/oci/core/models/create_subnet_details.py�__init__ s^ C��zCreateSubnetDetails.__init__c C s | j S )a� Gets the availability_domain of this CreateSubnetDetails. Controls whether the subnet is regional or specific to an availability domain. Oracle recommends creating regional subnets because they're more flexible and make it easier to implement failover across availability domains. Originally, AD-specific subnets were the only kind available to use. To create a regional subnet, omit this attribute. Then any resources later created in this subnet (such as a Compute instance) can be created in any availability domain in the region. To instead create an AD-specific subnet, set this attribute to the availability domain you want this subnet to be in. Then any resources later created in this subnet can only be created in that availability domain. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this CreateSubnetDetails. :rtype: str �r �r'