> + public abstract String name(); > + > + /** > + * Specifies the caching behavior of the operating system disk. > + * This setting impacts the consistency and performance of the disk. > + * The default value is ReadWrite > + */ > + @Nullable public abstract Caching hostCaching(); > + > + /** > + * Specifies the state of the operating system in the image. > + * A Virtual Machine that is fully configured and running contains a > Specialized operating system. > + * A Virtual Machine on which the Sysprep command has been run with > the generalize option contains > + * a Generalized operating system. > + */ > +
remove line --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/167/files#r28420032
