Interface PointToSiteConfiguration.UpdateStages.WithAddressPool<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PointToSiteConfiguration.Update
- Enclosing interface:
- PointToSiteConfiguration.UpdateStages
public static interface PointToSiteConfiguration.UpdateStages.WithAddressPool<ParentT>The stage of the point-to-site configuration definition allowing to specify address pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointToSiteConfiguration.UpdatewithAddressPool(String addressPool)Specifies address pool.
-
-
-
Method Detail
-
withAddressPool
PointToSiteConfiguration.Update withAddressPool(String addressPool)
Specifies address pool.- Parameters:
addressPool- address pool- Returns:
- the next stage of the update
-
-