Get Network Manager Connectivity Configuration Result
data class GetNetworkManagerConnectivityConfigurationResult(val appliesToGroups: List<GetNetworkManagerConnectivityConfigurationAppliesToGroup>, val connectivityTopology: String, val deleteExistingPeeringEnabled: Boolean, val description: String, val globalMeshEnabled: Boolean, val hubs: List<GetNetworkManagerConnectivityConfigurationHub>, val id: String, val name: String, val networkManagerId: String)
A collection of values returned by getNetworkManagerConnectivityConfiguration.
Constructors
Link copied to clipboard
constructor(appliesToGroups: List<GetNetworkManagerConnectivityConfigurationAppliesToGroup>, connectivityTopology: String, deleteExistingPeeringEnabled: Boolean, description: String, globalMeshEnabled: Boolean, hubs: List<GetNetworkManagerConnectivityConfigurationHub>, id: String, name: String, networkManagerId: String)
Properties
Link copied to clipboard
An applies_to_group
block as defined below.
Link copied to clipboard
The connectivity topology type.
Link copied to clipboard
Whether to current existing Virtual Network Peering in the Connectivity Configuration affected scope.
Link copied to clipboard
The description of the Connectivity Configuration.
Link copied to clipboard
Whether global mesh is supported.
Link copied to clipboard
A hub
block as defined below.
Link copied to clipboard