Vpn Gateway Bgp Settings Args
data class VpnGatewayBgpSettingsArgs(val asn: Output<Int>, val bgpPeeringAddress: Output<String>? = null, val instance0BgpPeeringAddress: Output<VpnGatewayBgpSettingsInstance0BgpPeeringAddressArgs>? = null, val instance1BgpPeeringAddress: Output<VpnGatewayBgpSettingsInstance1BgpPeeringAddressArgs>? = null, val peerWeight: Output<Int>) : ConvertibleToJava<VpnGatewayBgpSettingsArgs>
Constructors
Link copied to clipboard
constructor(asn: Output<Int>, bgpPeeringAddress: Output<String>? = null, instance0BgpPeeringAddress: Output<VpnGatewayBgpSettingsInstance0BgpPeeringAddressArgs>? = null, instance1BgpPeeringAddress: Output<VpnGatewayBgpSettingsInstance1BgpPeeringAddressArgs>? = null, peerWeight: Output<Int>)
Properties
Link copied to clipboard
The Address which should be used for the BGP Peering.
Link copied to clipboard
An instance_bgp_peering_address
block as defined below.
Link copied to clipboard
An instance_bgp_peering_address
block as defined below.
Link copied to clipboard
The weight added to Routes learned from this BGP Speaker. Changing this forces a new resource to be created.