ConnectLocalPeeringGatewaysDetails

class oci.core.models.ConnectLocalPeeringGatewaysDetails(**kwargs)

Bases: object

Information about the other local peering gateway (LPG).

Methods

__init__(**kwargs) Initializes a new ConnectLocalPeeringGatewaysDetails object with values from keyword arguments.

Attributes

peer_id [Required] Gets the peer_id of this ConnectLocalPeeringGatewaysDetails.
__init__(**kwargs)

Initializes a new ConnectLocalPeeringGatewaysDetails 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 ConnectLocalPeeringGatewaysDetails.
peer_id

[Required] Gets the peer_id of this ConnectLocalPeeringGatewaysDetails. The OCID of the LPG you want to peer with.

Returns:The peer_id of this ConnectLocalPeeringGatewaysDetails.
Return type:str