PeeringPropertiesExchangeResponse

data class PeeringPropertiesExchangeResponse(val connections: List<ExchangeConnectionResponse>? = null, val peerAsn: SubResourceResponse? = null)

The properties that define an exchange peering.

Constructors

Link copied to clipboard
constructor(connections: List<ExchangeConnectionResponse>? = null, peerAsn: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of connections that constitute an exchange peering.

Link copied to clipboard

The reference of the peer ASN.