> import com.google.common.base.CaseFormat;
>
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
> public enum DeploymentStatus {
> RUNNING, SUSPENDED, RUNNING_TRANSITIONING, SUSPENDED_TRANSITIONING,
> STARTING, SUSPENDING, DEPLOYING, DELETING;this will need scrubbing when we update to 2014-06-01, so can handle then. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/76/files#r18310693
