Interface PointToSiteConfiguration.UpdateStages.WithTunnelType
- All Known Subinterfaces:
PointToSiteConfiguration.Update
- Enclosing interface:
- PointToSiteConfiguration.UpdateStages
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 TypeMethodDescriptionSpecifies that only IKEv2 VPN tunnel type will be used.Specifies that only SSTP tunnel type will be used.
-
Method Details
-
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
-