> +
> +   /**
> +    * Remove a given volume.
> +    *
> +    * @param id The id of the volume to remove.
> +    * @return true if the volume was successfully removed, false otherwise.
> +    */
> +   boolean removeVolume(String id);
> +
> +   /**
> +    * Attaches a volume to a node.
> +    *
> +    * @param volumeId The id of the volume to attach.
> +    * @param nodeId The id of the node to attach the volume to.
> +    * @param options Options for attaching the volume.
> +    * @return True if we've successfully attached the volume, false 
> otherwise.

does this boolean value hold weight across clouds?

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

Reply via email to