Compartilhar via


ConnectivityConfiguration Class

The network manager connectivity configuration resource.

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

Inheritance
azure.mgmt.network.models._models_py3.ChildResource
ConnectivityConfiguration

Constructor

ConnectivityConfiguration(*, 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
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

Resource ID.

name
str

Resource name.

type
str

Resource type.

etag
str

A unique read-only string that changes whenever the resource is updated.

system_data

The system metadata related to this resource.

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.