SetDrgPeeringConnectionDetails

class oci.vn_monitoring.models.SetDrgPeeringConnectionDetails(**kwargs)

Bases: object

SetDrgPeeringConnectionDetails model.

Methods

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

Attributes

drg_id [Required] Gets the drg_id of this SetDrgPeeringConnectionDetails.
peer_ingress_vip Gets the peer_ingress_vip of this SetDrgPeeringConnectionDetails.
peer_region_name [Required] Gets the peer_region_name of this SetDrgPeeringConnectionDetails.
peer_rpc_route_target [Required] Gets the peer_rpc_route_target of this SetDrgPeeringConnectionDetails.
__init__(**kwargs)

Initializes a new SetDrgPeeringConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • drg_id (str) – The value to assign to the drg_id property of this SetDrgPeeringConnectionDetails.
  • peer_rpc_route_target (str) – The value to assign to the peer_rpc_route_target property of this SetDrgPeeringConnectionDetails.
  • peer_region_name (str) – The value to assign to the peer_region_name property of this SetDrgPeeringConnectionDetails.
  • peer_ingress_vip (str) – The value to assign to the peer_ingress_vip property of this SetDrgPeeringConnectionDetails.
drg_id

[Required] Gets the drg_id of this SetDrgPeeringConnectionDetails. The OCID of the DRG.

Returns:The drg_id of this SetDrgPeeringConnectionDetails.
Return type:str
peer_ingress_vip

Gets the peer_ingress_vip of this SetDrgPeeringConnectionDetails. ingress VIP of the peered DRG

Returns:The peer_ingress_vip of this SetDrgPeeringConnectionDetails.
Return type:str
peer_region_name

[Required] Gets the peer_region_name of this SetDrgPeeringConnectionDetails. OCI region name to include in the routeData

Returns:The peer_region_name of this SetDrgPeeringConnectionDetails.
Return type:str
peer_rpc_route_target

[Required] Gets the peer_rpc_route_target of this SetDrgPeeringConnectionDetails. The string in the form ASN:rpc_attachment_mplsLabel.

Returns:The peer_rpc_route_target of this SetDrgPeeringConnectionDetails.
Return type:str