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