Share via


ConnectivityConfigurationPropertiesOutput 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.

provisioningState

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

List of hubItems

hubs?: HubOutput[]

Property Value

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"