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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>withAddressPool(String addressPool)Specifies the address pool.
-
-
-
Method Detail
-
withAddressPool
PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT> withAddressPool(String addressPool)
Specifies the address pool.- Parameters:
addressPool- the address pool- Returns:
- the next stage of the definition
-
-