> @@ -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;
Actually, I should probably change it all to primitive - I was going with
non-primitive for places where it's optional, but I think it actually shows up
in every EBS volume query now.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/408/files#r13947879