Virtual Network Gateway Bgp Settings
data class VirtualNetworkGatewayBgpSettings(val asn: Int? = null, val peerWeight: Int? = null, val peeringAddresses: List<VirtualNetworkGatewayBgpSettingsPeeringAddress>? = null)
Constructors
Link copied to clipboard
constructor(asn: Int? = null, peerWeight: Int? = null, peeringAddresses: List<VirtualNetworkGatewayBgpSettingsPeeringAddress>? = null)
Properties
Link copied to clipboard
A list of peering_addresses
blocks as defined below. Only one peering_addresses
block can be specified except when active_active
of this Virtual Network Gateway is true
.
Link copied to clipboard
The weight added to routes which have been learned through BGP peering. Valid values can be between 0
and 100
.