Interface PointToSiteConfiguration.Definition<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>, PointToSiteConfiguration.DefinitionStages.Blank<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAddressPool<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>, PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate<ParentT>, PointToSiteConfiguration.DefinitionStages.WithTunnelType<ParentT>
- Enclosing interface:
PointToSiteConfiguration
public static interface PointToSiteConfiguration.Definition<ParentT>
extends PointToSiteConfiguration.DefinitionStages.Blank<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAddressPool<ParentT>, PointToSiteConfiguration.DefinitionStages.WithAttachAndAzureCertificate<ParentT>
The entirety of a point-to-site configuration definition.
-
Method Summary
Methods inherited from interface Attachable.InDefinition
attachMethods inherited from interface PointToSiteConfiguration.DefinitionStages.WithAddressPool
withAddressPoolMethods inherited from interface PointToSiteConfiguration.DefinitionStages.WithAuthenticationType
withRadiusAuthenticationMethods inherited from interface PointToSiteConfiguration.DefinitionStages.WithAzureCertificate
withAzureCertificate, withAzureCertificateFromFileMethods inherited from interface PointToSiteConfiguration.DefinitionStages.WithRevokedCertificate
withRevokedCertificateMethods inherited from interface PointToSiteConfiguration.DefinitionStages.WithTunnelType
withIkeV2Only, withSstpOnly