📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vcn.pyc
a N��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)�datetime)�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�byoipv6CidrBlocks�ipv6PrivateCidrBlocks� cidrBlock� cidrBlocks� compartmentId�defaultDhcpOptionsId�defaultRouteTableId�defaultSecurityListId�definedTags�displayName�dnsLabel�freeformTagsr �ipv6CidrBlocks�lifecycleState�timeCreated� vcnDomainNameN)� swagger_types� 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� rD �w/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 CIDR blocks required to create a VCN that uses BYOIPv6 ranges. :return: The byoipv6_cidr_blocks of this Vcn. :rtype: list[str] �r1 �rB rD rD rE r � s zVcn.byoipv6_cidr_blocksc C s || _ dS )z� Sets the byoipv6_cidr_blocks of this Vcn. The list of BYOIPv6 CIDR blocks required to create a VCN that uses BYOIPv6 ranges. :param byoipv6_cidr_blocks: The byoipv6_cidr_blocks of this Vcn. :type: list[str] NrG )rB r rD rD rE 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 CIDR blocks for the VCN's IP address space. :return: The ipv6_private_cidr_blocks of this Vcn. :rtype: list[str] �r2 rH rD rD rE 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 CIDR blocks for the VCN's IP address space. :param ipv6_private_cidr_blocks: The ipv6_private_cidr_blocks of this Vcn. :type: list[str] NrI )rB r rD rD rE 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 �r3 rH rD rD rE 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 NrJ )rB r rD rD rE 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] �r4 rH rD rD rE 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] NrK )rB r rD rD rE 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 �r5 rH rD rD rE r s zVcn.compartment_idc C s || _ dS )a Sets 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 :param compartment_id: The compartment_id of this Vcn. :type: str NrL )rB r rD rD rE r $ s c C s | j S )a' Gets the default_dhcp_options_id of this Vcn. The `OCID`__ for the VCN's default set of DHCP options. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The default_dhcp_options_id of this Vcn. :rtype: str �r6 rH rD rD rE r 2 s zVcn.default_dhcp_options_idc C s || _ dS )a= Sets the default_dhcp_options_id of this Vcn. The `OCID`__ for the VCN's default set of DHCP options. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param default_dhcp_options_id: The default_dhcp_options_id of this Vcn. :type: str NrM )rB r rD rD rE r @ s c C s | j S )a Gets the default_route_table_id of this Vcn. The `OCID`__ for the VCN's default route table. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The default_route_table_id of this Vcn. :rtype: str �r7 rH rD rD rE r N s zVcn.default_route_table_idc C s || _ dS )a2 Sets the default_route_table_id of this Vcn. The `OCID`__ for the VCN's default route table. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param default_route_table_id: The default_route_table_id of this Vcn. :type: str NrN )rB r rD rD rE r \ s c C s | j S )a# Gets the default_security_list_id of this Vcn. The `OCID`__ for the VCN's default security list. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The default_security_list_id of this Vcn. :rtype: str �r8 rH rD rD rE r j s zVcn.default_security_list_idc C s || _ dS )a: Sets the default_security_list_id of this Vcn. The `OCID`__ for the VCN's default security list. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param default_security_list_id: The default_security_list_id of this Vcn. :type: str NrO )rB r rD rD rE r x s c C s | j S )a� Gets the defined_tags of this Vcn. 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 Vcn. :rtype: dict(str, dict(str, object)) �r9 rH rD rD rE r � s zVcn.defined_tagsc C s || _ dS )a� Sets the defined_tags of this Vcn. 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 :param defined_tags: The defined_tags of this Vcn. :type: dict(str, dict(str, object)) NrP )rB r rD rD rE r � s c C s | j S )z� Gets the display_name of this Vcn. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this Vcn. :rtype: str �r: rH rD rD rE r � s zVcn.display_namec C s || _ dS )a Sets the display_name of this Vcn. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this Vcn. :type: str NrQ )rB r rD rD rE r � s c C s | j S )a Gets the dns_label of this Vcn. A DNS label for the VCN, used in conjunction with the VNIC's hostname and subnet's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter. The value cannot be changed. The absence of this parameter means the Internet and VCN Resolver will not work for this VCN. For more information, see `DNS in Your Virtual Cloud Network`__. Example: `vcn1` __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm :return: The dns_label of this Vcn. :rtype: str �r; rH rD rD rE r � s z Vcn.dns_labelc C s || _ dS )a Sets the dns_label of this Vcn. A DNS label for the VCN, used in conjunction with the VNIC's hostname and subnet's DNS label to form a fully qualified domain name (FQDN) for each VNIC within this subnet (for example, `bminstance-1.subnet123.vcn1.oraclevcn.com`). Must be an alphanumeric string that begins with a letter. The value cannot be changed. The absence of this parameter means the Internet and VCN Resolver will not work for this VCN. For more information, see `DNS in Your Virtual Cloud Network`__. Example: `vcn1` __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm :param dns_label: The dns_label of this Vcn. :type: str NrR )rB r rD rD rE r � s c C s | j S )a� Gets the freeform_tags of this Vcn. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this Vcn. :rtype: dict(str, str) �r<