> +import org.jclouds.compute.extensions.options.VolumeOptions;
> +
> +/**
> + * An extension to compute services to provide an abstraction for listing,
> + * creating, attaching, detaching and destroying volumes/disks.
> + *
> + * @author Andrew Bayer
> + */
> +public interface VolumeExtension {
> +
> +   /**
> +    * List volumes.
> +    *
> +    * @return The set of @{link Volume}s we have access to.
> +    */
> +   Set<Volume> listVolumes();

Okiedokie.

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

Reply via email to