P2SVpnProfileParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.network.P2SVpnProfileParameters

public class P2SVpnProfileParameters

Vpn Client Parameters for package generation.

Constructor Summary

Constructor Description
P2SVpnProfileParameters()

Method Summary

Modifier and Type Method and Description
AuthenticationMethod authenticationMethod()

Get vPN client authentication method.

P2SVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)

Set vPN client authentication method.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

P2SVpnProfileParameters

public P2SVpnProfileParameters()

Method Details

authenticationMethod

public AuthenticationMethod authenticationMethod()

Get vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.

Returns:

the authenticationMethod value

withAuthenticationMethod

public P2SVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)

Set vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.

Parameters:

authenticationMethod - the authenticationMethod value to set

Returns:

the P2SVpnProfileParameters object itself.

Applies to