> +         .name("jclouds-volume")
> +         .size(3)
> +         .licenceType(LicenceType.LINUX)
> +         .build()
> +      );
> +
> +      assertNotNull(testVolume);
> +      assertVolumeAvailable(testVolume);
> +      
> +      testSnapshot = api.volumeApi().createSnapshot(
> +         Volume.Request.createSnapshotBuilder()
> +            .dataCenterId(testVolume.dataCenterId())
> +            .volumeId(testVolume.id())
> +            .name("test-snapshot")
> +            .description("snapshot desc...")
> +            .build());

Oh, you're right. Dismiss this comment then! :)

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

Reply via email to