BgpSettingsResponse

data class BgpSettingsResponse(val asn: Double? = null, val bgpPeeringAddress: String? = null, val bgpPeeringAddresses: List<IPConfigurationBgpPeeringAddressResponse>? = null, val peerWeight: Int? = null)

BGP settings details.

Constructors

Link copied to clipboard
constructor(asn: Double? = null, bgpPeeringAddress: String? = null, bgpPeeringAddresses: List<IPConfigurationBgpPeeringAddressResponse>? = null, peerWeight: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Double? = null

The BGP speaker's ASN.

Link copied to clipboard

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

Link copied to clipboard

BGP peering address with IP configuration ID for virtual network gateway.

Link copied to clipboard
val peerWeight: Int? = null

The weight added to routes learned from this BGP speaker.