ReturnT - the next stage of the definitionpublic static interface HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
| 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.
|
ReturnT withFloatingIPEnabled()
ReturnT withFloatingIPDisabled()
ReturnT withFloatingIP(boolean enabled)
enabled - true if floating IP should be enabled/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/