diskInfo.setLoginPassword(getProductPropertyValue(product, "password"));
diskInfo.setOsType(getOSType(ossection));
diskInfo.setOsVersion(getOSVersion(ossection));
DiskFormat diskFormat = DiskFormat.fromValue(format);
DiskFormatType ovfDiskFormat = DiskFormatType.valueOf(diskFormat.name());
diskInfo.setDiskFileFormat(ovfDiskFormat);
diskInfo.setDiskFileSize(fileSize);
// Note that getHRef() will now return the relative path