> +   /**
> +    * Detaches a volume from a node
> +    *
> +    * @param id The id of the volume to detach.
> +    * @param options Options for detaching the volume.
> +    *
> +    * @return true if we've successfully detached the volume, false 
> otherwise.
> +    */
> +   boolean detachVolume(String id, DetachVolumeOptions options);
> +
> +   /**
> +    * List snapshots.
> +    *
> +    * @return The set of @{link Snapshot}s we have access to.
> +    */
> +   Set<Snapshot> listSnapshots();

weird there's a name field but no query by name?

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

Reply via email to