Peering Properties Direct Response
data class PeeringPropertiesDirectResponse(val connections: List<DirectConnectionResponse>? = null, val directPeeringType: String? = null, val peerAsn: SubResourceResponse? = null, val useForPeeringService: Boolean)
The properties that define a direct peering.
Constructors
Link copied to clipboard
constructor(connections: List<DirectConnectionResponse>? = null, directPeeringType: String? = null, peerAsn: SubResourceResponse? = null, useForPeeringService: Boolean)