> + /**
> + * @return The operation progress of this cluster.
> + */
> + public float getProgress() {
> + return progress;
> + }
> +
> + /**
> + * @return the current status.
> + */
> + public Status getStatus() {
> + return status;
> + }
> +
> + /**
> + * @return the links for this cluster.
What exactly are these links? Are they something a jclouds user could actually
make use of? If not, remove it.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9548241