HasPrivateIpAddress.UpdateDefinitionStages.WithPrivateIPAddress<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasPrivateIpAddress.UpdateDefinitionStages.WithPrivateIPAddress

The stage of a definition allowing to specify the private IP address.

Method Summary

Modifier and Type Method and Description
abstract ReturnT withPrivateIpAddressDynamic()

Enables dynamic private IP address allocation within the associated subnet.

abstract ReturnT withPrivateIpAddressStatic(String ipAddress)

Assigns the specified static private IP address within the associated subnet.

Method Details

withPrivateIpAddressDynamic

public abstract ReturnT withPrivateIpAddressDynamic()

Enables dynamic private IP address allocation within the associated subnet.

Returns:

the next stage of the definition

withPrivateIpAddressStatic

public abstract ReturnT withPrivateIpAddressStatic(String ipAddress)

Assigns the specified static private IP address within the associated subnet.

Parameters:

ipAddress - a static IP address within the associated private IP range

Returns:

the next stage of the definition

Applies to