Interface PointToSiteConfiguration.UpdateStages.WithTunnelType<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PointToSiteConfiguration.Update
- Enclosing interface:
- PointToSiteConfiguration.UpdateStages
public static interface PointToSiteConfiguration.UpdateStages.WithTunnelType<ParentT>The stage of a point-to-site configuration definition allowing to specify which tunnel type will be used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointToSiteConfiguration.UpdatewithIkeV2Only()Specifies that only IKEv2 VPN tunnel type will be used.PointToSiteConfiguration.UpdatewithSstpOnly()Specifies that only SSTP tunnel type will be used.
-
-
-
Method Detail
-
withSstpOnly
PointToSiteConfiguration.Update withSstpOnly()
Specifies that only SSTP tunnel type will be used.- Returns:
- the next stage of the update
-
withIkeV2Only
PointToSiteConfiguration.Update withIkeV2Only()
Specifies that only IKEv2 VPN tunnel type will be used.- Returns:
- the next stage of the update
-
-