VngClientConnectionConfigurationArgs

data class VngClientConnectionConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val virtualNetworkGatewayPolicyGroups: Output<List<SubResourceArgs>>, val vpnClientAddressPool: Output<AddressSpaceArgs>) : ConvertibleToJava<VngClientConnectionConfigurationArgs>

A vpn client connection configuration for client connection configuration.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, virtualNetworkGatewayPolicyGroups: Output<List<SubResourceArgs>>, vpnClientAddressPool: Output<AddressSpaceArgs>)

Properties

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<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

List of references to virtualNetworkGatewayPolicyGroups

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): VngClientConnectionConfigurationArgs