VngClientConnectionConfiguration Class
A vpn client connection configuration for client connection configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceVngClientConnectionConfiguration
Constructor
VngClientConnectionConfiguration(*, id: str | None = None, name: str | None = None, vpn_client_address_pool: _models.AddressSpace | None = None, virtual_network_gateway_policy_groups: List[_models.SubResource] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
vpn_client_address_pool
|
The reference to the address space resource which represents Address space for P2S VpnClient. |
virtual_network_gateway_policy_groups
|
List of references to virtualNetworkGatewayPolicyGroups. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
vpn_client_address_pool
|
The reference to the address space resource which represents Address space for P2S VpnClient. |
virtual_network_gateway_policy_groups
|
List of references to virtualNetworkGatewayPolicyGroups. |
provisioning_state
|
The provisioning state of the VngClientConnectionConfiguration resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python