VirtualWanVpnProfileParameters Class

Virtual Wan Vpn profile parameters Vpn profile generation.

Inheritance
VirtualWanVpnProfileParameters

Constructor

VirtualWanVpnProfileParameters(*, vpn_server_configuration_resource_id: typing.Union[str, NoneType] = None, authentication_method: typing.Union[str, _ForwardRef('AuthenticationMethod'), NoneType] = None, **kwargs)

Parameters

vpn_server_configuration_resource_id
str

VpnServerConfiguration partial resource uri with which VirtualWan is associated to.

authentication_method
str or AuthenticationMethod

VPN client authentication method. Possible values include: "EAPTLS", "EAPMSCHAPv2".