> + /**
> + * @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.
While a jclouds user might not use the links through jclouds, they might be
useful for custom logging or other purposes (they are returned in the response,
so I am thinking they should be available). Thoughts?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9607467