> @@ -160,6 +163,24 @@ void testCreateVolumeFromSnapshotInAvailabilityZone() {
> }
>
> @Test(dependsOnMethods = "testCreateSnapshotInRegion")
> + void testCreateVolumeFromSnapshotInAvailabilityZoneWithOptions() {
> + Volume volume = client.createVolumeInAvailabilityZone(defaultZone,
> + CreateVolumeOptions.Builder.fromSnapshotId(snapshot.getId()));
nit: cluttery, I'd statik import the mofo
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/408/files#r13947792