GetLocalNetworkGatewayBgpSetting

data class GetLocalNetworkGatewayBgpSetting(val asn: Int, val bgpPeeringAddress: String, val peerWeight: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Int

The BGP speaker's ASN.

Link copied to clipboard

The BGP peering address and BGP identifier of this BGP speaker.

Link copied to clipboard

The weight added to routes learned from this BGP speaker.