Interface LocalNetworkGateway.DefinitionStages.WithIPAddress
- All Known Subinterfaces:
LocalNetworkGateway.Definition
- Enclosing interface:
- LocalNetworkGateway.DefinitionStages
public static interface LocalNetworkGateway.DefinitionStages.WithIPAddress
The stage of the local network gateway definition allowing to specify IP address of local network gateway.
-
Method Summary
Modifier and TypeMethodDescriptionwithIPAddress(String ipAddress) Specifies the IP address of the local network gateway.
-
Method Details
-
withIPAddress
Specifies the IP address of the local network gateway.- Parameters:
ipAddress- an IP address- Returns:
- the next stage of the definition
-