EffectiveConnectivityConfigurationResponse

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

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)

Types

Link copied to clipboard
object Companion

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
val description: String? = null

A description of the connectivity configuration.

Link copied to clipboard
val displayName: String? = null

A friendly name for the resource.

Link copied to clipboard
val hubs: List<HubResponse>? = null

List of hubItems

Link copied to clipboard
val id: String? = null

Connectivity configuration ID.

Link copied to clipboard
val isGlobal: String? = null

Flag if global mesh is supported.

Link copied to clipboard

The provisioning state of the connectivity configuration resource.

Link copied to clipboard

Unique identifier for this resource.