Share via


ConnectivityConfigurationProperties interface

Properties of network manager connectivity configuration

Properties

appliesToGroups

Groups for configuration

connectivityTopology

Connectivity topology type.

deleteExistingPeering

Flag if need to remove current existing peerings.

description

A description of the connectivity configuration.

hubs

List of hubItems

isGlobal

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

List of hubItems

hubs?: Hub[]

Property Value

Hub[]

isGlobal

Flag if global mesh is supported.

isGlobal?: "False" | "True"

Property Value

"False" | "True"