> + 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
Since I guess we're _not_ doing anything with them right now, change comment to
something like "index and boot options not currently supported"?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5362858