📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: local_peering_gateway.pyc
a N��fY] � @ 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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :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]�datetime)�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� compartmentId�definedTags�displayName�freeformTagsr �isCrossTenancyPeering�lifecycleState�peerAdvertisedCidr�peerAdvertisedCidrDetails� peeringStatus�peeringStatusDetails�peerId�routeTableId�timeCreated�vcnIdN)� swagger_types� 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� rC ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/local_peering_gateway.py�__init__? s^ G��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 �r2 �rA rC rC rD 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 NrF )rA r rC rC rD r � s c C s | j S )a� Gets the defined_tags of this LocalPeeringGateway. 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 LocalPeeringGateway. :rtype: dict(str, dict(str, object)) �r3 rG rC rC rD r � s z LocalPeeringGateway.defined_tagsc C s || _ dS )a� Sets the defined_tags of this LocalPeeringGateway. 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 LocalPeeringGateway. :type: dict(str, dict(str, object)) NrH )rA r rC rC rD r � s c C s | j S )a( **[Required]** Gets the display_name of this LocalPeeringGateway. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this LocalPeeringGateway. :rtype: str �r4 rG rC rC rD r � s z LocalPeeringGateway.display_namec C s || _ dS )a$ Sets the display_name of this LocalPeeringGateway. 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 LocalPeeringGateway. :type: str NrI )rA r rC rC rD r s c C s | j S )a� Gets the freeform_tags of this LocalPeeringGateway. 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 LocalPeeringGateway. :rtype: dict(str, str) �r5 rG rC rC rD r s z!LocalPeeringGateway.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this LocalPeeringGateway. 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 :param freeform_tags: The freeform_tags of this LocalPeeringGateway. :type: dict(str, str) NrJ )rA r rC rC rD r " s c C s | j S )a **[Required]** Gets the id of this LocalPeeringGateway. The LPG's Oracle ID (`OCID`__). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this LocalPeeringGateway. :rtype: str �r6 rG rC rC rD r 3 s zLocalPeeringGateway.idc C s || _ dS )a Sets the id of this LocalPeeringGateway. The LPG's Oracle ID (`OCID`__). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this LocalPeeringGateway. :type: str NrK )rA r rC rC rD r A s c C s | j S )a. **[Required]** Gets the is_cross_tenancy_peering of this LocalPeeringGateway. Whether the VCN at the other end of the peering is in a different tenancy. Example: `false` :return: The is_cross_tenancy_peering of this LocalPeeringGateway. :rtype: bool �r7 rG rC rC rD r O s z,LocalPeeringGateway.is_cross_tenancy_peeringc C s || _ dS )a6 Sets the is_cross_tenancy_peering of this LocalPeeringGateway. Whether the VCN at the other end of the peering is in a different tenancy. Example: `false` :param is_cross_tenancy_peering: The is_cross_tenancy_peering of this LocalPeeringGateway. :type: bool NrL )rA r rC rC rD r ] s c C s | j S )a� **[Required]** Gets the lifecycle_state of this LocalPeeringGateway. The LPG's current lifecycle state. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this LocalPeeringGateway. :rtype: str )r8 rG rC rC rD r k s z#LocalPeeringGateway.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this LocalPeeringGateway. The LPG's current lifecycle state. :param lifecycle_state: The lifecycle_state of this LocalPeeringGateway. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r8 )rA r �allowed_valuesrC rC rD r z s c C s | j S )a Gets the peer_advertised_cidr of this LocalPeeringGateway. The smallest aggregate CIDR that contains all the CIDR routes advertised by the VCN at the other end of the peering from this LPG. See `peerAdvertisedCidrDetails` for the individual CIDRs. The value is `null` if the LPG is not peered. Example: `192.168.0.0/16`, or if aggregated with `172.16.0.0/24` then `128.0.0.0/1` :return: The peer_advertised_cidr of this LocalPeeringGateway. :rtype: str �r9 rG rC rC rD r � s z(LocalPeeringGateway.peer_advertised_cidrc C s || _ dS )a Sets the peer_advertised_cidr of this LocalPeeringGateway. The smallest aggregate CIDR that contains all the CIDR routes advertised by the VCN at the other end of the peering from this LPG. See `peerAdvertisedCidrDetails` for the individual CIDRs. The value is `null` if the LPG is not peered. Example: `192.168.0.0/16`, or if aggregated with `172.16.0.0/24` then `128.0.0.0/1` :param peer_advertised_cidr: The peer_advertised_cidr of this LocalPeeringGateway. :type: str NrO )rA r rC rC rD r � s c C s | j S )a Gets the peer_advertised_cidr_details of this LocalPeeringGateway. The specific ranges of IP addresses available on or via the VCN at the other end of the peering from this LPG. The value is `null` if the LPG is not peered. You can use these as destination CIDRs for route rules to route a subnet's traffic to this LPG. Example: [`192.168.0.0/16`, `172.16.0.0/24`] :return: The peer_advertised_cidr_details of this LocalPeeringGateway. :rtype: list[str] �r: rG rC rC rD r � s z0LocalPeeringGateway.peer_advertised_cidr_detailsc C s || _ dS )a- Sets the peer_advertised_cidr_details of this LocalPeeringGateway. The specific ranges of IP addresses available on or via the VCN at the other end of the peering from this LPG. The value is `null` if the LPG is not peered. You can use these as destination CIDRs for route rules to route a subnet's traffic to this LPG. Example: [`192.168.0.0/16`, `172.16.0.0/24`] :param peer_advertised_cidr_details: The peer_advertised_cidr_details of this LocalPeeringGateway. :type: list[str] NrP )rA r rC rC rD r � s c C s | j S )an **[Required]** Gets the peering_status of this LocalPeeringGateway. Whether the LPG is peered with another LPG. `NEW` means the LPG has not yet been peered. `PENDING` means the peering is being established. `REVOKED` means the LPG at the other end of the peering has been deleted. Allowed values for this property are: "INVALID", "NEW", "PEERED", "PENDING", "REVOKED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The peering_status of this LocalPeeringGateway. :rtype: str )r; rG rC rC rD r � s z"LocalPeeringGateway.peering_statusc C s g d�}t ||�sd}|| _dS )a� Sets the peering_status of this LocalPeeringGateway. Whether the LPG is peered with another LPG. `NEW` means the LPG has not yet been peered. `PENDING` means the peering is being established. `REVOKED` means the LPG at the other end of the peering has been deleted. :param peering_status: The peering_status of this LocalPeeringGateway. :type: str )r r r r r rM N)r r; )rA r rN rC rC rD r � s c C s | j S )z� Gets the peering_status_details of this LocalPeeringGateway. Additional information regarding the peering status, if applicable. :return: The peering_status_details of this LocalPeeringGateway. :rtype: str �r<