Compartilhar via


EffectiveConnectivityConfiguration Class

The network manager effective connectivity configuration.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network._serialization.Model
EffectiveConnectivityConfiguration

Constructor

EffectiveConnectivityConfiguration(*, id: str | None = None, configuration_groups: List[_models.ConfigurationGroup] | None = None, description: str | None = None, connectivity_topology: str | _models.ConnectivityTopology | None = None, hubs: List[_models.Hub] | None = None, is_global: str | _models.IsGlobal | None = None, applies_to_groups: List[_models.ConnectivityGroupItem] | None = None, delete_existing_peering: str | _models.DeleteExistingPeering | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Connectivity configuration ID.

configuration_groups

Effective configuration groups.

description
str

A description of the connectivity configuration.

connectivity_topology

Connectivity topology type. Known values are: "HubAndSpoke" and "Mesh".

hubs

List of hubItems.

is_global

Flag if global mesh is supported. Known values are: "False" and "True".

applies_to_groups

Groups for configuration.

delete_existing_peering

Flag if need to remove current existing peerings. Known values are: "False" and "True".

Variables

Name Description
id
str

Connectivity configuration ID.

configuration_groups

Effective configuration groups.

description
str

A description of the connectivity configuration.

connectivity_topology

Connectivity topology type. Known values are: "HubAndSpoke" and "Mesh".

hubs

List of hubItems.

is_global

Flag if global mesh is supported. Known values are: "False" and "True".

applies_to_groups

Groups for configuration.

provisioning_state

The provisioning state of the connectivity configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

delete_existing_peering

Flag if need to remove current existing peerings. Known values are: "False" and "True".

resource_guid
str

Unique identifier for this resource.