Peering Properties Exchange Response
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)