Interface PointToSiteConfiguration.UpdateStages.WithAddressPool
-
- All Known Subinterfaces:
PointToSiteConfiguration.Update
- Enclosing interface:
- PointToSiteConfiguration.UpdateStages
public static interface PointToSiteConfiguration.UpdateStages.WithAddressPoolThe 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
-
-