VpnLinkBgpSettingsResponse

data class VpnLinkBgpSettingsResponse(val asn: Double? = null, val bgpPeeringAddress: String? = null)

BGP settings details for a link.

Constructors

Link copied to clipboard
constructor(asn: Double? = null, bgpPeeringAddress: String? = 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.