LocalNetworkGatewayBgpSettings

data class LocalNetworkGatewayBgpSettings(val asn: Int, val bgpPeeringAddress: String, val peerWeight: Int? = null)

Constructors

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

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

The weight added to routes learned from this BGP speaker.