> +/** > + * @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(); > +
Looks like also an optional `DiskLabel` Specifies the description of the disk. can be specified. Can you add it? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/125/files#r23231756