> @@ -159,11 +159,18 @@ public static ImageType fromValue(String v) {
>        private final String snapshotId;
>        private final long volumeSize;
>        private final boolean deleteOnTermination;
> +      private final String volumeType;
> +      private final Integer iops;
> +      private final boolean encrypted;

sounds good as long as base cases don't emit (sincethis code is in api/ec2 not 
provider/aws-ec2). ex. if switching iops to primitive, make sure the base case 
of zero doesn't emit a query, since that's probably in a later api version, and 
might puke a clone.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/408/files#r13948012

Reply via email to