> + > + /** > + * Required if an existing disk is being used to create a Virtual Machine. > + * Specifies the name of a new or existing disk > + */ > + @Nullable public abstract String diskName(); > + > + /** > + * Specifies the Logical Unit Number (LUN) for the data disk. If the disk > is the first disk that is added, > + * this element is optional and the default value of 0 is used. If more > than one disk is being added, > + * this element is required. > + * <p/> > + * You can use Get Role to find the LUN numbers that are already being > used. > + * Valid LUN values are 0 through 31 > + */ > + @Nullable public abstract Integer LUN();
why upper-case? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126/files#r23438996
