> +
> +   /**
> +    * List the volumes in a given @{link Location}.
> +    *
> +    * @param locationId The location to search in.
> +    * @return the set of @{link Volume}s we have access to in the given 
> @{link Location}.
> +    */
> +   Set<Volume> listVolumesInLocation(String locationId);
> +
> +   /**
> +    * List the volumes associated with a given node.
> +    *
> +    * @param id The id of the node to look at.
> +    * @return the set of @{link Volume}s associated with this node, if any.
> +    */
> +   Set<Volume> listVolumesForNode(String id);

volumes attached to node? or is there another relationship..

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

Reply via email to