Peering Properties Direct Args
data class PeeringPropertiesDirectArgs(val connections: Output<List<DirectConnectionArgs>>? = null, val directPeeringType: Output<Either<String, DirectPeeringType>>? = null, val peerAsn: Output<SubResourceArgs>? = null) : ConvertibleToJava<PeeringPropertiesDirectArgs>
The properties that define a direct peering.
Constructors
Link copied to clipboard
constructor(connections: Output<List<DirectConnectionArgs>>? = null, directPeeringType: Output<Either<String, DirectPeeringType>>? = null, peerAsn: Output<SubResourceArgs>? = null)