Get Connectivity Configuration Result
data class GetConnectivityConfigurationResult(val appliesToGroups: List<ConnectivityGroupItemResponse>? = null, val connectivityTopology: String, val deleteExistingPeering: String? = null, val description: String? = null, val displayName: String? = null, val etag: String, val hubs: List<HubResponse>? = null, val id: String, val isGlobal: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
The network manager connectivity configuration resource
Constructors
Link copied to clipboard
constructor(appliesToGroups: List<ConnectivityGroupItemResponse>? = null, connectivityTopology: String, deleteExistingPeering: String? = null, description: String? = null, displayName: String? = null, etag: String, hubs: List<HubResponse>? = null, id: String, isGlobal: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Groups for configuration
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
The system metadata related to this resource.