LocalNetworkGateway.DefinitionStages.WithIPAddress Interface

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 Type Method and Description
abstract WithAddressSpace withIPAddress(String ipAddress)

Specifies the IP address of the local network gateway.

Method Details

withIPAddress

public abstract LocalNetworkGateway.DefinitionStages.WithAddressSpace withIPAddress(String ipAddress)

Specifies the IP address of the local network gateway.

Parameters:

ipAddress - an IP address

Returns:

the next stage of the definition

Applies to