nacx commented on this pull request.

Just one minor comment, otherwise LGTM. Does this PR depend on any other open 
PR?

> @@ -260,4 +260,14 @@ public static OSImageType fromValue(String v) {
       }
 
    }
+
+   public enum FirewallRuleAction {
+      allow,
+      deny,
+      UNRECOGNIZED;

Use the same case for all elements in the enum. All upper or all lower.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/442#pullrequestreview-141378843

Reply via email to