> +       * The cluster is deleted.
> +       */
> +      DELETED,
> +      /**
> +       * A fatal error has occurred during cluster provisioning.
> +       */
> +      ERROR,
> +      /**
> +       * Unrecognized status response.
> +       */
> +      UNRECOGNIZED;
> +
> +      /**
> +       * @return The string value.
> +       */
> +      public String value() {

Is this method necessary? Looks like you only need toString.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9547747

Reply via email to