> +      return physicalResourceId;
> +   }
> +
> +   public Set<String> getRequiredBy() {
> +      return requiredBy;
> +   }
> +
> +   public String getResourceType() {
> +      return resourceType;
> +   }
> +
> +   public Date getUpdated() {
> +      return updated;
> +   }
> +
> +   public enum Status {

Let's keep enums in their own separate files. Makes it easier to read.

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

Reply via email to