andreaturli commented on this pull request.


> +         }
+      }
+   }
+
+   @Nullable
+   public abstract String id();
+   @Nullable
+   public abstract State state();
+   @Nullable
+   public abstract String cidrBlock();
+   @Nullable
+   public abstract String dhcpOptionsId();
+   @Nullable
+   public abstract String instanceTenancy();
+   @Nullable
+   public abstract Boolean isDefault();

I think so, at least looking at 
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Vpc.html where 
`Required: No`

-- 
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/pull/1032

Reply via email to