ReturnT - the next stage of the definitionpublic static interface HasFloatingIp.UpdateStages.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.
*/