PeeringPropertiesDirectResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of connections that constitute a direct peering.

Link copied to clipboard

The type of direct peering.

Link copied to clipboard

The reference of the peer ASN.

Link copied to clipboard

The flag that indicates whether or not the peering is used for peering service.