ConnectivityConfigurationProperties 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. |
Property Details
appliesToGroups
Groups for configuration
appliesToGroups: ConnectivityGroupItem[]
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"