📂 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: remote_peering_connection.pyc
a N��f�O � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �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/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�RemotePeeringConnectiona% A remote peering connection (RPC) is an object on a DRG that lets the VCN that is attached to the DRG peer with a VCN in a different region. *Peering* means that the two VCNs can communicate using private IP addresses, but without the traffic traversing the internet or routing through your on-premises network. For more information, see `VCN Peering`__. 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/Tasks/VCNpeering.htm __ https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm � AVAILABLE�PROVISIONING�TERMINATING� TERMINATED�INVALID�NEW�PENDING�PEERED�REVOKEDc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new RemotePeeringConnection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this RemotePeeringConnection. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this RemotePeeringConnection. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this RemotePeeringConnection. :type display_name: str :param drg_id: The value to assign to the drg_id property of this RemotePeeringConnection. :type drg_id: str :param freeform_tags: The value to assign to the freeform_tags property of this RemotePeeringConnection. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this RemotePeeringConnection. :type id: str :param is_cross_tenancy_peering: The value to assign to the is_cross_tenancy_peering property of this RemotePeeringConnection. :type is_cross_tenancy_peering: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this RemotePeeringConnection. Allowed values for this property are: "AVAILABLE", "PROVISIONING", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param peer_id: The value to assign to the peer_id property of this RemotePeeringConnection. :type peer_id: str :param peer_region_name: The value to assign to the peer_region_name property of this RemotePeeringConnection. :type peer_region_name: str :param peer_tenancy_id: The value to assign to the peer_tenancy_id property of this RemotePeeringConnection. :type peer_tenancy_id: str :param peering_status: The value to assign to the peering_status property of this RemotePeeringConnection. Allowed values for this property are: "INVALID", "NEW", "PENDING", "PEERED", "REVOKED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type peering_status: str :param time_created: The value to assign to the time_created property of this RemotePeeringConnection. :type time_created: datetime �strzdict(str, dict(str, object))zdict(str, str)�bool�datetime) �compartment_id�defined_tags�display_name�drg_id� freeform_tags�id�is_cross_tenancy_peering�lifecycle_state�peer_id�peer_region_name�peer_tenancy_id�peering_status�time_created� compartmentId�definedTags�displayName�drgId�freeformTagsr �isCrossTenancyPeering�lifecycleState�peerId�peerRegionName� peerTenancyId� peeringStatus�timeCreatedN)� swagger_types� attribute_map�_compartment_id� _defined_tags� _display_name�_drg_id�_freeform_tags�_id�_is_cross_tenancy_peering�_lifecycle_state�_peer_id�_peer_region_name�_peer_tenancy_id�_peering_status� _time_created)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/remote_peering_connection.py�__init__? sR ?��z RemotePeeringConnection.__init__c C s | j S )aK **[Required]** Gets the compartment_id of this RemotePeeringConnection. The `OCID`__ of the compartment that contains the RPC. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this RemotePeeringConnection. :rtype: str �r. �r; r= r= r>