HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public interface WithFloatingIP

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

Method Summary

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

Sets the floating IP enablement.

ReturnT withFloatingIPDisabled()

Disables floating IP support.

ReturnT withFloatingIPEnabled()

Enables floating IP support.

Method Details

withFloatingIP

public 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 ReturnT withFloatingIPDisabled()

Disables floating IP support.

Returns:

the next stage of the definition

withFloatingIPEnabled

public ReturnT withFloatingIPEnabled()

Enables floating IP support.

Returns:

the next stage of the definition

Applies to