ConnectivityConfigurationPropertiesOutput interface
Properties of network manager connectivity configuration
Properties
| applies |
Groups for configuration |
| connectivity |
Connectivity topology type. |
| delete |
Flag if need to remove current existing peerings. |
| description | A description of the connectivity configuration. |
| hubs | List of hubItems |
| is |
Flag if global mesh is supported. |
| provisioning |
The provisioning state of the connectivity configuration resource. |
Property Details
appliesToGroups
Groups for configuration
appliesToGroups: ConnectivityGroupItemOutput[]
Property Value
connectivityTopology
Connectivity topology type.
connectivityTopology: "HubAndSpoke" | "Mesh"
Property Value
"HubAndSpoke" | "Mesh"
deleteExistingPeering
Flag if need to remove current existing peerings.
deleteExistingPeering?: "False" | "True"
Property Value
"False" | "True"
description
A description of the connectivity configuration.
description?: string
Property Value
string
hubs
isGlobal
Flag if global mesh is supported.
isGlobal?: "False" | "True"
Property Value
"False" | "True"
provisioningState
The provisioning state of the connectivity configuration resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"