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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithFloatingIP(boolean enabled)Sets the floating IP enablement.ReturnTwithFloatingIPDisabled()Disables floating IP support.ReturnTwithFloatingIPEnabled()Enables floating IP support.
-
-
-
Method Detail
-
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
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
-
-