BareMetalBgpPeerConfigResponse

data class BareMetalBgpPeerConfigResponse(val asn: String, val controlPlaneNodes: List<String>, val ipAddress: String)

BareMetalBgpPeerConfig represents configuration parameters for a Border Gateway Protocol (BGP) peer.

Constructors

Link copied to clipboard
constructor(asn: String, controlPlaneNodes: List<String>, ipAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: String

BGP autonomous system number (ASN) for the network that contains the external peer device.

Link copied to clipboard

The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.

Link copied to clipboard

The IP address of the external peer device.