ConnectivityConfiguration Class 
The network manager connectivity configuration resource.
Variables are only populated by the server, and will be ignored when sending a request.
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, connectivity_capabilities: _models.ConnectivityConfigurationPropertiesConnectivityCapabilities | 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 | A description of the connectivity configuration. Default value: None | 
| connectivity_topology | Connectivity topology type. Known values are: "HubAndSpoke" and "Mesh". Default value: None | 
| hubs | List of hubItems. Default value: None | 
| is_global | Flag if global mesh is supported. Known values are: "False" and "True". Default value: None | 
| connectivity_capabilities | Collection of additional settings to enhance specific topology behaviors of the connectivity configuration resource. Default value: None | 
| applies_to_groups | Groups for configuration. Default value: None | 
| delete_existing_peering | Flag if need to remove current existing peerings. Known values are: "False" and "True". Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | Resource ID. | 
| name | Resource name. | 
| type | Resource type. | 
| etag | A unique read-only string that changes whenever the resource is updated. | 
| system_data | The system metadata related to this resource. | 
| 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". | 
| connectivity_capabilities | Collection of additional settings to enhance specific topology behaviors of the connectivity configuration resource. | 
| 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. |