VngClientConnectionConfigurationResponse

data class VngClientConnectionConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val virtualNetworkGatewayPolicyGroups: List<SubResourceResponse>, val vpnClientAddressPool: AddressSpaceResponse)

A vpn client connection configuration for client connection configuration.

Constructors

Link copied to clipboard
constructor(etag: String, id: String? = null, name: String? = null, provisioningState: String, virtualNetworkGatewayPolicyGroups: List<SubResourceResponse>, vpnClientAddressPool: AddressSpaceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the VngClientConnectionConfiguration resource.

Link copied to clipboard

List of references to virtualNetworkGatewayPolicyGroups

Link copied to clipboard

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