public class VpnClientConfiguration extends Object
| Constructor and Description |
|---|
VpnClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AddressSpace |
vpnClientAddressPool()
Get the vpnClientAddressPool value.
|
List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner> |
vpnClientRevokedCertificates()
Get the vpnClientRevokedCertificates value.
|
List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner> |
vpnClientRootCertificates()
Get the vpnClientRootCertificates value.
|
VpnClientConfiguration |
withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpnClientAddressPool value.
|
VpnClientConfiguration |
withVpnClientRevokedCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)
Set the vpnClientRevokedCertificates value.
|
VpnClientConfiguration |
withVpnClientRootCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner> vpnClientRootCertificates)
Set the vpnClientRootCertificates value.
|
public AddressSpace vpnClientAddressPool()
public VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
vpnClientAddressPool - the vpnClientAddressPool value to setpublic List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner> vpnClientRootCertificates()
public VpnClientConfiguration withVpnClientRootCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner> vpnClientRootCertificates)
vpnClientRootCertificates - the vpnClientRootCertificates value to setpublic List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner> vpnClientRevokedCertificates()
public VpnClientConfiguration withVpnClientRevokedCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)
vpnClientRevokedCertificates - the vpnClientRevokedCertificates value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/