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 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

      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