GetNetworkManagerConnectivityConfigurationResult

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

constructor(appliesToGroups: List<GetNetworkManagerConnectivityConfigurationAppliesToGroup>, connectivityTopology: String, deleteExistingPeeringEnabled: Boolean, description: String, globalMeshEnabled: Boolean, hubs: List<GetNetworkManagerConnectivityConfigurationHub>, id: String, name: String, networkManagerId: String)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard