diskInfo.setLoginUser(getProductPropertyValue(product, "user"));
diskInfo.setLoginPassword(getProductPropertyValue(product, "password"));
diskInfo.setOsType(getOSType(ossection));
diskInfo.setOsVersion(getOSVersion(ossection));
DiskFormatOVF diskFormat = DiskFormatOVF.fromValue(format);
diskInfo.setDiskFileFormat(diskFormat.name());
diskInfo.setDiskFileSize(fileSize);
// Note that getHRef() will now return the relative path
// of the file at the downloaded repository space