BareMetalBgpPeerConfigArgs

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.

Constructors

Link copied to clipboard
fun BareMetalBgpPeerConfigArgs(asn: Output<String>, controlPlaneNodes: Output<List<String>>? = null, ipAddress: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): BareMetalBgpPeerConfigArgs

Properties

Link copied to clipboard
val asn: Output<String>

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

Link copied to clipboard
val controlPlaneNodes: Output<List<String>>? = null

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
val ipAddress: Output<String>

The IP address of the external peer device.