VirtualWanVpnProfileParameters Class

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

public class VirtualWanVpnProfileParameters

Virtual Wan Vpn profile parameters Vpn profile generation.

Constructor Summary

Constructor Description
VirtualWanVpnProfileParameters()

Method Summary

Modifier and Type Method and Description
AuthenticationMethod authenticationMethod()

Get vPN client authentication method.

java.lang.String vpnServerConfigurationResourceId()

Get vpnServerConfiguration partial resource uri with which VirtualWan is associated to.

VirtualWanVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)

Set vPN client authentication method.

VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)

Set vpnServerConfiguration partial resource uri with which VirtualWan is associated to.

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

VirtualWanVpnProfileParameters

public VirtualWanVpnProfileParameters()

Method Details

authenticationMethod

public AuthenticationMethod authenticationMethod()

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

Returns:

the authenticationMethod value

vpnServerConfigurationResourceId

public String vpnServerConfigurationResourceId()

Get vpnServerConfiguration partial resource uri with which VirtualWan is associated to.

Returns:

the vpnServerConfigurationResourceId value

withAuthenticationMethod

public VirtualWanVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)

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

Parameters:

authenticationMethod - the authenticationMethod value to set

Returns:

the VirtualWanVpnProfileParameters object itself.

withVpnServerConfigurationResourceId

public VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)

Set vpnServerConfiguration partial resource uri with which VirtualWan is associated to.

Parameters:

vpnServerConfigurationResourceId - the vpnServerConfigurationResourceId value to set

Returns:

the VirtualWanVpnProfileParameters object itself.

Applies to