VpnLinkBgpSettingsArgs

data class VpnLinkBgpSettingsArgs(val asn: Output<Double>? = null, val bgpPeeringAddress: Output<String>? = null) : ConvertibleToJava<VpnLinkBgpSettingsArgs>

BGP settings details for a link.

Constructors

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

Properties

Link copied to clipboard
val asn: Output<Double>? = null

The BGP speaker's ASN.

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

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

Functions

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