VirtualNetworkGatewayBgpSettings

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Int? = null

The Autonomous System Number (ASN) to use as part of the BGP.

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
val peerWeight: Int? = null

The weight added to routes which have been learned through BGP peering. Valid values can be between 0 and 100.