PointToSiteConfiguration.UpdateStages.WithTunnelType<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface PointToSiteConfiguration.UpdateStages.WithTunnelType

The stage of a point-to-site configuration definition allowing to specify which tunnel type will be used.

Method Summary

Modifier and Type Method and Description
abstract Update withIkeV2Only()

Specifies that only IKEv2 VPN tunnel type will be used.

abstract Update withSstpOnly()

Specifies that only SSTP tunnel type will be used.

Method Details

withIkeV2Only

public abstract PointToSiteConfiguration.Update withIkeV2Only()

Specifies that only IKEv2 VPN tunnel type will be used.

Returns:

the next stage of the update

withSstpOnly

public abstract PointToSiteConfiguration.Update withSstpOnly()

Specifies that only SSTP tunnel type will be used.

Returns:

the next stage of the update

Applies to