> + public enum DiskType {
> + SCRATCH,
> + PERSISTENT
> + }
> +
> + public enum DiskMode {
> + READ_WRITE,
> + READ_ONLY
> + }
> +
> + private DiskType type;
> + private DiskMode mode;
> + private URI source;
> + private String deviceName;
> +
> + // TODO decide whether to do something with the index and boot options
I'll just remove that comment here and leave it over on the full
work-in-progress for 1.7 where I'll actually resolve that question.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5379271