BgpPeerResponse

data class BgpPeerResponse(val asNumber: Double, val peerIp: String)

Constructors

Link copied to clipboard
constructor(asNumber: Double, peerIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ASN (Autonomous System Number) of the BGP peer.

Link copied to clipboard

The IPv4 or IPv6 address to peer with the associated CNI Network. The IP version type will drive a peering with the same version type from the Default CNI Network. For example, IPv4 to IPv4 or IPv6 to IPv6.