public class P2SConnectionConfiguration
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
P2SConnectionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the P2SConnectionConfiguration resource.
|
AddressSpace |
vpnClientAddressPool()
Get the reference to the address space resource which represents Address space for P2S VpnClient.
|
P2SConnectionConfiguration |
withName(String name)
Set the name of the resource that is unique within a resource group.
|
P2SConnectionConfiguration |
withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the reference to the address space resource which represents Address space for P2S VpnClient.
|
public AddressSpace vpnClientAddressPool()
public P2SConnectionConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
vpnClientAddressPool - the vpnClientAddressPool value to setpublic ProvisioningState provisioningState()
public String name()
public P2SConnectionConfiguration withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/