Bare Metal Bgp Peer Config Args
data class BareMetalBgpPeerConfigArgs(val asn: Output<String>, val controlPlaneNodes: Output<List<String>>? = null, val ipAddress: Output<String>) : ConvertibleToJava<BareMetalBgpPeerConfigArgs>
BareMetalBgpPeerConfig represents configuration parameters for a Border Gateway Protocol (BGP) peer.
Properties
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.