VirtualWanVpnProfileParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.VirtualWanVpnProfileParameters

public final class VirtualWanVpnProfileParameters

Virtual Wan Vpn profile parameters Vpn profile generation.

Constructor Summary

Constructor Description
VirtualWanVpnProfileParameters()

Creates an instance of VirtualWanVpnProfileParameters class.

Method Summary

Modifier and Type Method and Description
AuthenticationMethod authenticationMethod()

Get the authenticationMethod property: VPN client authentication method.

void validate()

Validates the instance.

String vpnServerConfigurationResourceId()

Get the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which VirtualWan is associated to.

VirtualWanVpnProfileParameters withAuthenticationMethod(AuthenticationMethod authenticationMethod)

Set the authenticationMethod property: VPN client authentication method.

VirtualWanVpnProfileParameters withVpnServerConfigurationResourceId(String vpnServerConfigurationResourceId)

Set the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which VirtualWan is associated to.

Methods inherited from java.lang.Object

Constructor Details

VirtualWanVpnProfileParameters

public VirtualWanVpnProfileParameters()

Creates an instance of VirtualWanVpnProfileParameters class.

Method Details

authenticationMethod

public AuthenticationMethod authenticationMethod()

Get the authenticationMethod property: VPN client authentication method.

Returns:

the authenticationMethod value.

validate

public void validate()

Validates the instance.

vpnServerConfigurationResourceId

public String vpnServerConfigurationResourceId()

Get the vpnServerConfigurationResourceId property: VpnServerConfiguration partial resource uri with which VirtualWan is associated to.

Returns:

the vpnServerConfigurationResourceId 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.

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.

Applies to