Interface HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
LoadBalancerInboundNatRule.Update, LoadBalancerInboundNatRule.UpdateStages.WithFloatingIP, LoadBalancingRule.Update, LoadBalancingRule.UpdateStages.WithFloatingIP
- Enclosing interface:
HasFloatingIP.UpdateStages
public static interface HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>
The stage of an update allowing to control floating IP support.
-
Method Summary
Modifier and TypeMethodDescriptionwithFloatingIP(boolean enabled) Sets the floating IP enablement.Disables floating IP support.Enables floating IP support.
-
Method Details
-
withFloatingIPEnabled
ReturnT withFloatingIPEnabled()Enables floating IP support.- Returns:
- the next stage of the definition
-
withFloatingIPDisabled
ReturnT withFloatingIPDisabled()Disables floating IP support.- Returns:
- the next stage of the definition
-
withFloatingIP
Sets the floating IP enablement.- Parameters:
enabled- true if floating IP should be enabled- Returns:
- the next stage of the definition
-