PointToSiteConfiguration.DefinitionStages.WithTunnelType<ParentT> Interface

Type Parameters

ParentT

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

public static interface PointToSiteConfiguration.DefinitionStages.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 WithAttach<ParentT> withIkeV2Only()

Specifies that only IKEv2 VPN tunnel type will be used.

abstract WithAttach<ParentT> withSstpOnly()

Specifies that only SSTP tunnel type will be used.

Method Details

withIkeV2Only

public abstract PointToSiteConfiguration.DefinitionStages.WithAttach withIkeV2Only()

Specifies that only IKEv2 VPN tunnel type will be used.

Returns:

the next stage of the definition

withSstpOnly

public abstract PointToSiteConfiguration.DefinitionStages.WithAttach withSstpOnly()

Specifies that only SSTP tunnel type will be used.

Returns:

the next stage of the definition

Applies to