> +
> +/**
> + * @see <a 
> href="http://msdn.microsoft.com/en-us/library/azure/jj157186.aspx#OSVirtualHardDisk";
>  >api</a>
> + */
> +@AutoValue
> +public abstract class OSVirtualHardDisk {
> +
> +   /**
> +    * Specifies the caching mode of the operating system disk.
> +    * This setting impacts the consistency and performance of the disk.
> +    * Possible values are:
> +    * ReadOnly
> +    * ReadWrite
> +    * The default value is ReadWrite
> +    */
> +   @Nullable public abstract String hostCaching();

wouldn't be better an `enum` here?

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

Reply via email to