Effective Connectivity Configuration Response
data class EffectiveConnectivityConfigurationResponse(val appliesToGroups: List<ConnectivityGroupItemResponse>, val configurationGroups: List<ConfigurationGroupResponse>? = null, val connectivityTopology: String, val deleteExistingPeering: String? = null, val description: String? = null, val displayName: String? = null, val hubs: List<HubResponse>? = null, val id: String? = null, val isGlobal: String? = null, val provisioningState: String, val resourceGuid: String)
The network manager effective connectivity configuration
Constructors
Link copied to clipboard
constructor(appliesToGroups: List<ConnectivityGroupItemResponse>, configurationGroups: List<ConfigurationGroupResponse>? = null, connectivityTopology: String, deleteExistingPeering: String? = null, description: String? = null, displayName: String? = null, hubs: List<HubResponse>? = null, id: String? = null, isGlobal: String? = null, provisioningState: String, resourceGuid: String)
Properties
Link copied to clipboard
Groups for configuration
Link copied to clipboard
Effective configuration groups.
Link copied to clipboard
Connectivity topology type.
Link copied to clipboard
Flag if need to remove current existing peerings.
Link copied to clipboard
A description of the connectivity configuration.
Link copied to clipboard
A friendly name for the resource.
Link copied to clipboard
List of hubItems
Link copied to clipboard
The provisioning state of the connectivity configuration resource.
Link copied to clipboard
Unique identifier for this resource.