VngClientConnectionConfiguration Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. VngClientConnectionConfiguration
- com.
- com.
public final class VngClientConnectionConfiguration
extends SubResource
A vpn client connection configuration for client connection configuration.
Constructor Summary
Constructor | Description |
---|---|
VngClientConnectionConfiguration() |
Creates an instance of Vng |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Vng |
fromJson(JsonReader jsonReader)
Reads an instance of Vng |
String |
name()
Get the name property: The name of the resource that is unique within a resource group. |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Sub |
virtualNetworkGatewayPolicyGroups()
Get the virtual |
Address |
vpnClientAddressPool()
Get the vpn |
Vng |
withId(String id) |
Vng |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group. |
Vng |
withVirtualNetworkGatewayPolicyGroups(List<SubResource> virtualNetworkGatewayPolicyGroups)
Set the virtual |
Vng |
withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpn |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
VngClientConnectionConfiguration
public VngClientConnectionConfiguration()
Creates an instance of VngClientConnectionConfiguration class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static VngClientConnectionConfiguration fromJson(JsonReader jsonReader)
Reads an instance of VngClientConnectionConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the VngClientConnectionConfiguration resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
VngClientConnectionConfiguration.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
virtualNetworkGatewayPolicyGroups
public List
Get the virtualNetworkGatewayPolicyGroups property: List of references to virtualNetworkGatewayPolicyGroups.
Returns:
vpnClientAddressPool
public AddressSpace vpnClientAddressPool()
Get the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.
Returns:
withId
public VngClientConnectionConfiguration withId(String id)
Overrides:
VngClientConnectionConfiguration.withId(String id)Parameters:
withName
public VngClientConnectionConfiguration withName(String name)
Set the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Parameters:
Returns:
withVirtualNetworkGatewayPolicyGroups
public VngClientConnectionConfiguration withVirtualNetworkGatewayPolicyGroups(List
Set the virtualNetworkGatewayPolicyGroups property: List of references to virtualNetworkGatewayPolicyGroups.
Parameters:
Returns:
withVpnClientAddressPool
public VngClientConnectionConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.
Parameters:
Returns:
Applies to
Azure SDK for Java