> +   /**
> +    * @return the timestamp when this cluster was created.
> +    */
> +   public String getCreated() {
> +      return created;
> +   }
> +   
> +   /**
> +    * @return the timestamp when this cluster was updated. This can be empty.
> +    */
> +   public String getUpdated() {
> +      return updated;
> +   }
> +   
> +   /**
> +    * @return The status of the execution of the init script.

What values can the status take? Do we need an enum?

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

Reply via email to