HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasFloatingIP.UpdateStages.WithFloatingIP

The stage of an update allowing to control floating IP support.

Method Summary

Modifier and Type Method and Description
abstract ReturnT withFloatingIP(boolean enabled)

Sets the floating IP enablement.

abstract ReturnT withFloatingIPDisabled()

Disables floating IP support.

abstract ReturnT withFloatingIPEnabled()

Enables floating IP support.

Method Details

withFloatingIP

public abstract ReturnT withFloatingIP(boolean enabled)

Sets the floating IP enablement.

Parameters:

enabled - true if floating IP should be enabled

Returns:

the next stage of the definition

withFloatingIPDisabled

public abstract ReturnT withFloatingIPDisabled()

Disables floating IP support.

Returns:

the next stage of the definition

withFloatingIPEnabled

public abstract ReturnT withFloatingIPEnabled()

Enables floating IP support.

Returns:

the next stage of the definition

Applies to