BgpSettingsArgs

data class BgpSettingsArgs(val asn: Output<Double>? = null, val bgpPeeringAddress: Output<String>? = null, val bgpPeeringAddresses: Output<List<IPConfigurationBgpPeeringAddressArgs>>? = null, val peerWeight: Output<Int>? = null) : ConvertibleToJava<BgpSettingsArgs>

BGP settings details.

Constructors

Link copied to clipboard
constructor(asn: Output<Double>? = null, bgpPeeringAddress: Output<String>? = null, bgpPeeringAddresses: Output<List<IPConfigurationBgpPeeringAddressArgs>>? = null, peerWeight: Output<Int>? = 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.

Link copied to clipboard

BGP peering address with IP configuration ID for virtual network gateway.

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(): BgpSettingsArgs