Class P2SConnectionConfiguration
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.P2SConnectionConfiguration
public class P2SConnectionConfiguration
extends com.microsoft.azure.SubResource
P2SConnectionConfiguration Resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get a unique read-only string that changes whenever the resource is updated.name()
Get the name of the resource that is unique within a resource group.Get the provisioning state of the P2SConnectionConfiguration resource.Get the reference to the address space resource which represents Address space for P2S VpnClient.Set the name of the resource that is unique within a resource group.withVpnClientAddressPool
(AddressSpace vpnClientAddressPool) Set the reference to the address space resource which represents Address space for P2S VpnClient.Methods inherited from class com.microsoft.azure.SubResource
id, withId
-
Constructor Details
-
P2SConnectionConfiguration
public P2SConnectionConfiguration()
-
-
Method Details
-
vpnClientAddressPool
Get the reference to the address space resource which represents Address space for P2S VpnClient.- Returns:
- the vpnClientAddressPool value
-
withVpnClientAddressPool
Set the reference to the address space resource which represents Address space for P2S VpnClient.- Parameters:
vpnClientAddressPool
- the vpnClientAddressPool value to set- Returns:
- the P2SConnectionConfiguration object itself.
-
provisioningState
Get the provisioning state of the P2SConnectionConfiguration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get the name of the resource that is unique within a resource group. This name can be used to access the resource.- Returns:
- the name value
-
withName
Set the name of the resource that is unique within a resource group. This name can be used to access the resource.- Parameters:
name
- the name value to set- Returns:
- the P2SConnectionConfiguration object itself.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-