public final class VpnClientParameters extends Object
| Constructor and Description |
|---|
VpnClientParameters() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
authenticationMethod()
Get the authenticationMethod property: VPN client authentication method.
|
List<String> |
clientRootCertificates()
Get the clientRootCertificates property: A list of client root certificates public certificate data encoded as
Base-64 strings.
|
ProcessorArchitecture |
processorArchitecture()
Get the processorArchitecture property: VPN client Processor Architecture.
|
String |
radiusServerAuthCertificate()
Get the radiusServerAuthCertificate property: The public certificate data for the radius server authentication
certificate as a Base-64 encoded string.
|
void |
validate()
Validates the instance.
|
VpnClientParameters |
withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.
|
VpnClientParameters |
withClientRootCertificates(List<String> clientRootCertificates)
Set the clientRootCertificates property: A list of client root certificates public certificate data encoded as
Base-64 strings.
|
VpnClientParameters |
withProcessorArchitecture(ProcessorArchitecture processorArchitecture)
Set the processorArchitecture property: VPN client Processor Architecture.
|
VpnClientParameters |
withRadiusServerAuthCertificate(String radiusServerAuthCertificate)
Set the radiusServerAuthCertificate property: The public certificate data for the radius server authentication
certificate as a Base-64 encoded string.
|
public ProcessorArchitecture processorArchitecture()
public VpnClientParameters withProcessorArchitecture(ProcessorArchitecture processorArchitecture)
processorArchitecture - the processorArchitecture value to set.public AuthenticationMethod authenticationMethod()
public VpnClientParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)
authenticationMethod - the authenticationMethod value to set.public String radiusServerAuthCertificate()
public VpnClientParameters withRadiusServerAuthCertificate(String radiusServerAuthCertificate)
radiusServerAuthCertificate - the radiusServerAuthCertificate value to set.public List<String> clientRootCertificates()
public VpnClientParameters withClientRootCertificates(List<String> clientRootCertificates)
clientRootCertificates - the clientRootCertificates value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.