Interface PointToSiteConfiguration.DefinitionStages.WithAddressPool<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PointToSiteConfiguration.Definition<ParentT>, PointToSiteConfiguration.DefinitionStages.Blank<ParentT>
- Enclosing interface:
PointToSiteConfiguration.DefinitionStages
public static interface PointToSiteConfiguration.DefinitionStages.WithAddressPool<ParentT>
the stage of the point-to-site configuration definition allowing to specify the address pool.
-
Method Summary
Modifier and TypeMethodDescriptionwithAddressPool(String addressPool) Specifies the address pool.
-
Method Details
-
withAddressPool
PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT> withAddressPool(String addressPool) Specifies the address pool.- Parameters:
addressPool- the address pool- Returns:
- the next stage of the definition
-