ActiveConnectivityConfiguration Class
Active connectivity configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.EffectiveConnectivityConfigurationActiveConnectivityConfiguration
Constructor
ActiveConnectivityConfiguration(*, 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, commit_time: datetime | None = None, region: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Connectivity configuration ID. |
configuration_groups
|
Effective configuration groups. |
description
|
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". |
commit_time
|
Deployment time string. |
region
|
Deployment region. |
Variables
Name | Description |
---|---|
id
|
Connectivity configuration ID. |
configuration_groups
|
Effective configuration groups. |
description
|
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
|
Unique identifier for this resource. |
commit_time
|
Deployment time string. |
region
|
Deployment region. |
Azure SDK for Python