GetVirtualNetworkGatewayBgpSetting

data class GetVirtualNetworkGatewayBgpSetting(val asn: Int, val peerWeight: Int, val peeringAddress: String)

Constructors

Link copied to clipboard
constructor(asn: Int, peerWeight: Int, peeringAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Int

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

Link copied to clipboard

The BGP peer IP address of the virtual network gateway. This address is needed to configure the created gateway as a BGP Peer on the on-premises VPN devices.

Link copied to clipboard

The weight added to routes which have been learned through BGP peering.