Class VirtualWanVpnProfileParameters
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VirtualWanVpnProfileParameters
-
public final class VirtualWanVpnProfileParameters extends Object
Virtual Wan Vpn profile parameters Vpn profile generation.
-
-
Constructor Summary
Constructors Constructor Description VirtualWanVpnProfileParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationMethodauthenticationMethod()Get the authenticationMethod property: VPN client authentication method.voidvalidate()Validates the instance.StringvpnServerConfigurationResourceId()Get the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which VirtualWan is associated to.VirtualWanVpnProfileParameterswithAuthenticationMethod(AuthenticationMethod authenticationMethod)Set the authenticationMethod property: VPN client authentication method.VirtualWanVpnProfileParameterswithVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)Set the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which VirtualWan is associated to.
-
-
-
Method Detail
-
vpnServerConfigurationResourceId
public String vpnServerConfigurationResourceId()
Get the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which VirtualWan is associated to.- Returns:
- the vpnServerConfigurationResourceId value.
-
withVpnServerConfigurationResourceId
public VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)
Set the vpnServerConfigurationResourceId property: 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 the authenticationMethod property: VPN client authentication method.- Returns:
- the authenticationMethod value.
-
withAuthenticationMethod
public VirtualWanVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Set the authenticationMethod property: VPN client authentication method.- Parameters:
authenticationMethod- the authenticationMethod value to set.- Returns:
- the VirtualWanVpnProfileParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-