📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_vlan_details.pyc
a N��f�8 � @ 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 ))�CreateVlanDetailsz" CreateVlanDetails model. c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateVlanDetails 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 CreateVlanDetails. :type availability_domain: str :param cidr_block: The value to assign to the cidr_block property of this CreateVlanDetails. :type cidr_block: str :param compartment_id: The value to assign to the compartment_id property of this CreateVlanDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateVlanDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateVlanDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVlanDetails. :type freeform_tags: dict(str, str) :param nsg_ids: The value to assign to the nsg_ids property of this CreateVlanDetails. :type nsg_ids: list[str] :param route_table_id: The value to assign to the route_table_id property of this CreateVlanDetails. :type route_table_id: str :param vcn_id: The value to assign to the vcn_id property of this CreateVlanDetails. :type vcn_id: str :param vlan_tag: The value to assign to the vlan_tag property of this CreateVlanDetails. :type vlan_tag: int �strzdict(str, dict(str, object))zdict(str, str)z list[str]�int) �availability_domain� cidr_block�compartment_id�defined_tags�display_name� freeform_tags�nsg_ids�route_table_id�vcn_id�vlan_tag�availabilityDomain� cidrBlock� compartmentId�definedTags�displayName�freeformTags�nsgIds�routeTableId�vcnId�vlanTagN)� swagger_types� attribute_map�_availability_domain�_cidr_block�_compartment_id� _defined_tags� _display_name�_freeform_tags�_nsg_ids�_route_table_id�_vcn_id� _vlan_tag)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/create_vlan_details.py�__init__ s@ /�� zCreateVlanDetails.__init__c C s | j S )a Gets the availability_domain of this CreateVlanDetails. Controls whether the VLAN is regional or specific to an availability domain. A regional VLAN has the flexibility to implement failover across availability domains. Previously, all VLANs were AD-specific. To create a regional VLAN, omit this attribute. Resources created subsequently in this VLAN (such as a Compute instance) can be created in any availability domain in the region. To create an AD-specific VLAN, use this attribute to specify the availability domain. Resources created in this VLAN must be in that availability domain. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this CreateVlanDetails. :rtype: str �r �r) r+ r+ r, r c s z%CreateVlanDetails.availability_domainc C s || _ dS )a) Sets the availability_domain of this CreateVlanDetails. Controls whether the VLAN is regional or specific to an availability domain. A regional VLAN has the flexibility to implement failover across availability domains. Previously, all VLANs were AD-specific. To create a regional VLAN, omit this attribute. Resources created subsequently in this VLAN (such as a Compute instance) can be created in any availability domain in the region. To create an AD-specific VLAN, use this attribute to specify the availability domain. Resources created in this VLAN must be in that availability domain. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this CreateVlanDetails. :type: str Nr. )r) r r+ r+ r, r y s c C s | j S )a� **[Required]** Gets the cidr_block of this CreateVlanDetails. The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. The CIDR must maintain the following rules - 1. The CIDR block is valid and correctly formatted. 2. The new range is within one of the parent VCN ranges. Example: `192.0.2.0/24` :return: The cidr_block of this CreateVlanDetails. :rtype: str �r r/ r+ r+ r, r � s zCreateVlanDetails.cidr_blockc C s || _ dS )a� Sets the cidr_block of this CreateVlanDetails. The range of IPv4 addresses that will be used for layer 3 communication with hosts outside the VLAN. The CIDR must maintain the following rules - 1. The CIDR block is valid and correctly formatted. 2. The new range is within one of the parent VCN ranges. Example: `192.0.2.0/24` :param cidr_block: The cidr_block of this CreateVlanDetails. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )a= **[Required]** Gets the compartment_id of this CreateVlanDetails. The `OCID`__ of the compartment to contain the VLAN. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateVlanDetails. :rtype: str �r! r/ r+ r+ r, r � s z CreateVlanDetails.compartment_idc C s || _ dS )a; Sets the compartment_id of this CreateVlanDetails. The `OCID`__ of the compartment to contain the VLAN. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateVlanDetails. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )a� Gets the defined_tags of this CreateVlanDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this CreateVlanDetails. :rtype: dict(str, dict(str, object)) �r"