Interface LocalNetworkGateway.UpdateStages.WithIPAddress
-
- All Known Subinterfaces:
LocalNetworkGateway.Update
- Enclosing interface:
- LocalNetworkGateway.UpdateStages
public static interface LocalNetworkGateway.UpdateStages.WithIPAddressThe stage of the local network gateway update allowing to change IP address of local network gateway.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalNetworkGateway.UpdatewithIPAddress(String ipAddress)Specifies the IP address.
-
-
-
Method Detail
-
withIPAddress
LocalNetworkGateway.Update withIPAddress(String ipAddress)
Specifies the IP address.- Parameters:
ipAddress- the IP address- Returns:
- the next stage of the update
-
-