VngClientConnectionConfigurationProperties Class

Properties of VngClientConnectionConfiguration.

Constructor

VngClientConnectionConfigurationProperties(*args: Any, **kwargs: Any)

Variables

Name Description
vpn_client_address_pool

The reference to the address space resource which represents Address space for P2S VpnClient. Required.

virtual_network_gateway_policy_groups

List of references to virtualNetworkGatewayPolicyGroups. Required.

provisioning_state

The provisioning state of the VngClientConnectionConfiguration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Attributes

provisioning_state

The provisioning state of the VngClientConnectionConfiguration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

virtual_network_gateway_policy_groups

List of references to virtualNetworkGatewayPolicyGroups. Required.

virtual_network_gateway_policy_groups: list['_models.SubResource']

vpn_client_address_pool

The reference to the address space resource which represents Address space for P2S VpnClient. Required.

vpn_client_address_pool: _models.AddressSpace