> + * limitations under the License.
> + */
> +package org.jclouds.compute.extensions.options;
> +
> +
> +import static com.google.common.base.Objects.equal;
> +
> +import com.google.common.base.Objects;
> +
> +/**
> + * Options supported by {@code VolumeExtension#detachVolume}.
> + *
> + * APIs/providers implementing @{link VolumeExtension} will generally wish to
> + * extend DetachVolumeOptions, as is done with @{link TemplateOptions}
> + */
> +public class DetachVolumeOptions implements Cloneable {strange.. is instanceid really optional? also why is deviceId important? Is it possible to use the api to attach a volume to multiple devices? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/109/files#r6467656
