> +import org.jclouds.compute.extensions.options.CreateSnapshotOptions;
> +import org.jclouds.compute.extensions.options.DetachVolumeOptions;
> +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.
I dunno, some boilerplate javadoc seems to have a bit of value...
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/109/files#r6468007