> @@ -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;if this is primitive type, I'd probably set the other uses of `encrypted` to primitive as well. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/408/files#r13947549
