> @OAuthScopes(COMPUTE_READONLY_SCOPE)
> @ResponseParser(ParseDisks.class)
> @Transform(ParseDisks.ToPagedIterable.class)
> @Fallback(EmptyPagedIterableOnNotFoundOr404.class)
> - PagedIterable<Disk> list(ListOptions options);
> + PagedIterable<Disk> listInZone(@PathParam("zone") String zone,
> ListOptions options);
> +
> + /**
> + * TODO live and expect tests for DiskApi#createSnapshot
TODO still valid? Does it belong in the Javadoc?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5362654