| VT_BSTR | ComputerName | Read Write | Name of the computer |
| eP2V_CONVERSION_TYPES | DestinationConversionType | Read Write | Type of virtual system to be generated (either vmdk, vhd or v2i) |
| IImageLocation | DestinationLocation | Read Write | Location where the virtual system files will be generated |
| VT_VARIANT | Disks | Read Write | Array of the P2vDiskInfo objects that make up the system |
| VT_UI4 | MemorySize | Read Write | Memory size for the system |
| VT_BSTR | OSType | Read Write | Type of operating system running on the computer |
| VT_BSTR | ID | Read Write | The unique id of this instance |
| VT_BSTR | RunJobDisplayText | Read Write | Text to be displayed when a job is being run using this object. |
| IESXLocation | ESXUploadLocation | Read Write | An ESX location to upload the VMDK files to. |
| IESXLocation | ESXImportLocation | Read Write | An ESX location to import the VMDK files from. |
| VT_DISPATCH | Task | Read Write | Schedule to perform the conversion (a VProScheduler.IPQTask2 object). |
| IImageLocation | Sv2iFileLocation | Read Write | Sv2i file currently in use. Can be NULL. |
| VT_BOOL | SysPrep | Read Write | Whether to run SysPrep on the first boot of a converted system volume. |
| VT_BOOL | OneDiskPerVolume | Read Write | WWhether OneDiskPerVolume option should be used for the conversion job. |
| VT_VARIANT | VolumesToConvert | Read Write | An array of volume IDs to try and convert. |
| VT_BOOL | Enabled | Read Write | Whether the job is enabled. |
| IP2vDiskOptions | Options | Read Write | Default virtual disk options |
| VT_BOOL | Managed | Read Write | Indicates a managed conversion job. |
| IImageLocation | SourceLocation | Read Write | Location where the image and sv2i files will be located |
| VT_VARIANT | Passwords | Write | An array of passwords to use if the images are password protected. |
| VT_VARIANT | EncryptedPasswords | Read Write | An array of already encrypted passwords to use if the images are password protected. |
| VT_DATE | LastConversion | Read Write | Most recent successful execution date and time for the conversion job. |
| VT_VARIANT | HexEncryptedPasswords | Read Write | An array of hex string representations of encrypted passwords to use if the images are password protected. |