LocalNetworkGatewayBgpSettingsArgs

data class LocalNetworkGatewayBgpSettingsArgs(val asn: Output<Int>, val bgpPeeringAddress: Output<String>, val peerWeight: Output<Int>? = null) : ConvertibleToJava<LocalNetworkGatewayBgpSettingsArgs>

Constructors

Link copied to clipboard
constructor(asn: Output<Int>, bgpPeeringAddress: Output<String>, peerWeight: Output<Int>? = null)

Properties

Link copied to clipboard
val asn: Output<Int>

The BGP speaker's ASN.

Link copied to clipboard

The BGP peering address and BGP identifier of this BGP speaker.

Link copied to clipboard
val peerWeight: Output<Int>? = null

The weight added to routes learned from this BGP speaker.

Functions

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