VpnSiteLinkBgp

data class VpnSiteLinkBgp(val asn: Int, val peeringAddress: String)

Constructors

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

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 IP address.