ConnectivityConfigurationPropertiesConnectivityCapabilities Class    
Collection of additional settings to enhance specific topology behaviors of the connectivity configuration resource.
All required parameters must be populated in order to send to server.
Constructor
ConnectivityConfigurationPropertiesConnectivityCapabilities(*, connected_group_private_endpoints_scale: str | _models.ConnectedGroupPrivateEndpointsScale = 'Standard', connected_group_address_overlap: str | _models.ConnectedGroupAddressOverlap = 'Allowed', peering_enforcement: str | _models.PeeringEnforcement = 'Unenforced', **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| connected_group_private_endpoints_scale | Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration. Known values are: "Standard" and "HighScale". Default value: Standard | 
| connected_group_address_overlap | Behavior to handle overlapped IP address space among members of the connected group of the connectivity configuration. Known values are: "Allowed" and "Disallowed". Default value: Allowed | 
| peering_enforcement | Option indicating enforcement of peerings created by the connectivity configuration. Known values are: "Unenforced" and "Enforced". Default value: Unenforced | 
Variables
| Name | Description | 
|---|---|
| connected_group_private_endpoints_scale | Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration. Known values are: "Standard" and "HighScale". | 
| connected_group_address_overlap | Behavior to handle overlapped IP address space among members of the connected group of the connectivity configuration. Known values are: "Allowed" and "Disallowed". | 
| peering_enforcement | Option indicating enforcement of peerings created by the connectivity configuration. Known values are: "Unenforced" and "Enforced". |