📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: local_peering_gateway.cpython-39.pyc
a ���fWZ � @ 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� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zd:d;� Zd<d=� Z d>d?� Z!d@S )A�LocalPeeringGatewaya A local peering gateway (LPG) is an object on a VCN that lets that VCN peer with another VCN in the same 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 �PROVISIONING� AVAILABLE�TERMINATING� TERMINATED�INVALID�NEW�PEERED�PENDING�REVOKEDc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new LocalPeeringGateway 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 LocalPeeringGateway. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this LocalPeeringGateway. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this LocalPeeringGateway. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this LocalPeeringGateway. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this LocalPeeringGateway. :type id: str :param is_cross_tenancy_peering: The value to assign to the is_cross_tenancy_peering property of this LocalPeeringGateway. :type is_cross_tenancy_peering: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this LocalPeeringGateway. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED" :type lifecycle_state: str :param peer_advertised_cidr: The value to assign to the peer_advertised_cidr property of this LocalPeeringGateway. :type peer_advertised_cidr: str :param peer_advertised_cidr_details: The value to assign to the peer_advertised_cidr_details property of this LocalPeeringGateway. :type peer_advertised_cidr_details: list[str] :param peering_status: The value to assign to the peering_status property of this LocalPeeringGateway. Allowed values for this property are: "INVALID", "NEW", "PEERED", "PENDING", "REVOKED" :type peering_status: str :param peering_status_details: The value to assign to the peering_status_details property of this LocalPeeringGateway. :type peering_status_details: str :param peer_id: The value to assign to the peer_id property of this LocalPeeringGateway. :type peer_id: str :param route_table_id: The value to assign to the route_table_id property of this LocalPeeringGateway. :type route_table_id: str :param time_created: The value to assign to the time_created property of this LocalPeeringGateway. :type time_created: datetime :param vcn_id: The value to assign to the vcn_id property of this LocalPeeringGateway. :type vcn_id: str �strzdict(str, dict(str, object))zdict(str, str)�boolz list[str]Zdatetime)�compartment_id�defined_tags�display_name� freeform_tags�id�is_cross_tenancy_peering�lifecycle_state�peer_advertised_cidr�peer_advertised_cidr_details�peering_status�peering_status_details�peer_id�route_table_id�time_created�vcn_idZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZisCrossTenancyPeeringZlifecycleStateZpeerAdvertisedCidrZpeerAdvertisedCidrDetailsZ peeringStatusZpeeringStatusDetailsZpeerIdZrouteTableIdZtimeCreatedZvcnIdN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_is_cross_tenancy_peering�_lifecycle_state�_peer_advertised_cidr�_peer_advertised_cidr_details�_peering_status�_peering_status_details�_peer_id�_route_table_id� _time_created�_vcn_id)�self�kwargs� r2 �R/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/local_peering_gateway.py�__init__A s^ E��zLocalPeeringGateway.__init__c C s | j S )a@ **[Required]** Gets the compartment_id of this LocalPeeringGateway. The `OCID`__ of the compartment containing the LPG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this LocalPeeringGateway. :rtype: str �r! �r0 r2 r2 r3 r � s z"LocalPeeringGateway.compartment_idc C s || _ dS )a> Sets the compartment_id of this LocalPeeringGateway. The `OCID`__ of the compartment containing the LPG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this LocalPeeringGateway. :type: str Nr5 )r0 r r2 r2 r3 r � s c C s | j S )aG Gets the defined_tags of this LocalPeeringGateway. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this LocalPeeringGateway. :rtype: dict(str, dict(str, object)) �r"