PeeringPropertiesExchangeArgs

data class PeeringPropertiesExchangeArgs(val connections: Output<List<ExchangeConnectionArgs>>? = null, val peerAsn: Output<SubResourceArgs>? = null) : ConvertibleToJava<PeeringPropertiesExchangeArgs>

The properties that define an exchange peering.

Constructors

Link copied to clipboard
constructor(connections: Output<List<ExchangeConnectionArgs>>? = null, peerAsn: Output<SubResourceArgs>? = null)

Properties

Link copied to clipboard

The set of connections that constitute an exchange peering.

Link copied to clipboard
val peerAsn: Output<SubResourceArgs>? = null

The reference of the peer ASN.

Functions

Link copied to clipboard
open override fun toJava(): PeeringPropertiesExchangeArgs