> + /**
> + * 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();
Good point. Lemme try to remember what my reasoning was. I think it may be that
some of the APIs require a name when creating a volume/snapshot, but not sure...
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/109/files#r6468171