P2SConnectionConfiguration Class
- java.
lang. Object - com.
microsoft. azure. SubResource - com.
microsoft. azure. management. network. P2SConnectionConfiguration
- com.
- com.
public class P2SConnectionConfiguration
extends com.microsoft.azure.SubResource
P2SConnectionConfiguration Resource.
Constructor Summary
Constructor | Description | |
---|---|---|
P2SConnectionConfiguration() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
etag()
Get a unique read-only string that changes whenever the resource is updated. |
java.lang.String |
name()
Get the name of the resource that is unique within a resource group. |
Provisioning |
provisioningState()
Get the provisioning state of the P2SConnection |
Address |
vpnClientAddressPool()
Get the reference to the address space resource which represents Address space for P2S Vpn |
P2SConnection |
withName(String name)
Set the name of the resource that is unique within a resource group. |
P2SConnection |
withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the reference to the address space resource which represents Address space for P2S Vpn |
Methods inherited from com.microsoft.azure.SubResource
Methods inherited from java.lang.Object
Constructor Details
P2SConnectionConfiguration
public P2SConnectionConfiguration()
Method Details
etag
public String etag()
Get a unique read-only string that changes whenever the resource is updated.
Returns:
name
public String name()
Get 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 provisioning state of the P2SConnectionConfiguration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
Returns:
vpnClientAddressPool
public AddressSpace vpnClientAddressPool()
Get the reference to the address space resource which represents Address space for P2S VpnClient.
Returns:
withName
public P2SConnectionConfiguration withName(String name)
Set the name of the resource that is unique within a resource group. This name can be used to access the resource.
Parameters:
Returns:
withVpnClientAddressPool
public P2SConnectionConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the reference to the address space resource which represents Address space for P2S VpnClient.
Parameters:
Returns:
Applies to
Azure SDK for Java