> + * If the disk that is being added is already registered in the > subscription or the VHD for the disk already exists > + * in blob storage, this element is ignored. If a VHD file does not exist > in blob storage, this element defines the > + * location of the new VHD that is created when the new disk is added. > + * Example: > + * http://example.blob.core.windows.net/disks/mydatadisk.vhd > + */ > + @Nullable public abstract URI mediaLink(); > + > + /** > + * This property identifies the type of the storage account for the > backing VHD. > + * If the backing VHD is in an Provisioned Storage account, “Provisioned” > is returned otherwise “Standard” > + * is returned. > + * <p/> > + * This property is only returned with a version header of 2014-10-01 or > newer > + */ > + @Nullable public abstract String IOType();
why upper-case? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/126/files#r23439009