public class VpnClientConfiguration extends Object
Constructor and Description |
---|
VpnClientConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
radiusServerAddress()
Get the radiusServerAddress value.
|
String |
radiusServerSecret()
Get the radiusServerSecret value.
|
AddressSpace |
vpnClientAddressPool()
Get the vpnClientAddressPool value.
|
List<IpsecPolicy> |
vpnClientIpsecPolicies()
Get the vpnClientIpsecPolicies value.
|
List<VpnClientProtocol> |
vpnClientProtocols()
Get the vpnClientProtocols 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 |
withRadiusServerAddress(String radiusServerAddress)
Set the radiusServerAddress value.
|
VpnClientConfiguration |
withRadiusServerSecret(String radiusServerSecret)
Set the radiusServerSecret value.
|
VpnClientConfiguration |
withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpnClientAddressPool value.
|
VpnClientConfiguration |
withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)
Set the vpnClientIpsecPolicies value.
|
VpnClientConfiguration |
withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
Set the vpnClientProtocols 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 setpublic List<VpnClientProtocol> vpnClientProtocols()
public VpnClientConfiguration withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
vpnClientProtocols
- the vpnClientProtocols value to setpublic List<IpsecPolicy> vpnClientIpsecPolicies()
public VpnClientConfiguration withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)
vpnClientIpsecPolicies
- the vpnClientIpsecPolicies value to setpublic String radiusServerAddress()
public VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress)
radiusServerAddress
- the radiusServerAddress value to setpublic String radiusServerSecret()
public VpnClientConfiguration withRadiusServerSecret(String radiusServerSecret)
radiusServerSecret
- the radiusServerSecret value to setCopyright © 2019. All rights reserved.