Managed Network Peering Policy Properties Args
data class ManagedNetworkPeeringPolicyPropertiesArgs(val hub: Output<ResourceIdArgs>? = null, val mesh: Output<List<ResourceIdArgs>>? = null, val spokes: Output<List<ResourceIdArgs>>? = null, val type: Output<Either<String, Type>>) : ConvertibleToJava<ManagedNetworkPeeringPolicyPropertiesArgs>
Properties of a Managed Network Peering Policy
Constructors
Link copied to clipboard
constructor(hub: Output<ResourceIdArgs>? = null, mesh: Output<List<ResourceIdArgs>>? = null, spokes: Output<List<ResourceIdArgs>>? = null, type: Output<Either<String, Type>>)