> +/**
> + * Options for attaching disks to instances.
> + *
> + * @author Andrew Bayer
> + * @see <a 
> href="https://developers.google.com/compute/docs/reference/latest/instances/attachDisk"/>
> + */
> +public class AttachDiskOptions {
> +
> +   public enum DiskType {
> +      SCRATCH,
> +      PERSISTENT
> +   }
> +
> +   public enum DiskMode {
> +      READ_WRITE,
> +      READ_ONLY

I have no idea in the world. Your call. Lemme know.

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

Reply via email to