ConnectRemotePeeringConnectionsDetails¶
-
class
oci.vn_monitoring.models.
ConnectRemotePeeringConnectionsDetails
(**kwargs)¶ Bases:
object
Information about the other remote peering connection (RPC).
Methods
__init__
(**kwargs)Initializes a new ConnectRemotePeeringConnectionsDetails object with values from keyword arguments. Attributes
peer_id
[Required] Gets the peer_id of this ConnectRemotePeeringConnectionsDetails. peer_region_name
[Required] Gets the peer_region_name of this ConnectRemotePeeringConnectionsDetails. -
__init__
(**kwargs)¶ Initializes a new ConnectRemotePeeringConnectionsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - peer_id (str) – The value to assign to the peer_id property of this ConnectRemotePeeringConnectionsDetails.
- peer_region_name (str) – The value to assign to the peer_region_name property of this ConnectRemotePeeringConnectionsDetails.
-
peer_id
¶ [Required] Gets the peer_id of this ConnectRemotePeeringConnectionsDetails. The OCID of the RPC you want to peer with.
Returns: The peer_id of this ConnectRemotePeeringConnectionsDetails. Return type: str
-
peer_region_name
¶ [Required] Gets the peer_region_name of this ConnectRemotePeeringConnectionsDetails. The name of the region that contains the RPC you want to peer with.
Example: us-ashburn-1
Returns: The peer_region_name of this ConnectRemotePeeringConnectionsDetails. Return type: str
-