Class VirtualWanVpnProfileParameters

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

public class VirtualWanVpnProfileParameters extends Object
Virtual Wan Vpn profile parameters Vpn profile generation.
  • Constructor Details

    • VirtualWanVpnProfileParameters

      public VirtualWanVpnProfileParameters()
  • Method Details

    • vpnServerConfigurationResourceId

      public String vpnServerConfigurationResourceId()
      Get vpnServerConfiguration partial resource uri with which VirtualWan is associated to.
      Returns:
      the vpnServerConfigurationResourceId value
    • 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.
    • authenticationMethod

      public AuthenticationMethod authenticationMethod()
      Get vPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'.
      Returns:
      the authenticationMethod 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.