Interface HasFloatingIP.UpdateStages.WithFloatingIP<ReturnT>

    • 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