Interface PointToSiteConfiguration.DefinitionStages
-
- Enclosing interface:
- PointToSiteConfiguration
public static interface PointToSiteConfiguration.DefinitionStagesGrouping of point-to-site configuration definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePointToSiteConfiguration.DefinitionStages.Blank<ParentT>The first stage of the point-to-site configuration definition.static interfacePointToSiteConfiguration.DefinitionStages.WithAddressPool<ParentT>the stage of the point-to-site configuration definition allowing to specify the address pool.static interfacePointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>The final stage of the point-to-site configuration definition.static interfacePointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>The final stage of the point-to-site configuration definition.static interfacePointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>The stage of the point-to-site configuration definition allowing to specify authentication type.static interfacePointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>The stage of the point-to-site configuration definition allowing to add root certificate for Azure authentication.static interfacePointToSiteConfiguration.DefinitionStages.WithRevokedCertificate<ParentT>The stage of the point-to-site configuration definition allowing to specify the revoked certificate.static interfacePointToSiteConfiguration.DefinitionStages.WithTunnelType<ParentT>The stage of a point-to-site configuration definition allowing to specify which tunnel type will be used.
-