| Veritas System Recovery 21 Automation - THIS SCRIPTING DOCUMENTATION IS PROVIDED IN CONJUNCTION WITH YOUR LICENSE FOR VERITAS SYSTEM RECOVERY SOFTWARE PRODUCTS, AND MAY BE USED ONLY IN CONJUNCTION WITH THAT SOFTWARE, UNDER THE TERMS OF THE END USER LICENSE AGREEMENT THAT ACCOMPANIED THE SOFTWARE. THIS SCRIPTING DOCUMENTATION IS PROPRIETARY VERITAS PROPERTY. YOU MAY NOT COPY, DISTRIBUTE, LICENSE OR SUBLICENSE THE SCRIPTING DOCUMENTATION. |
| IP2vSystemInfo Interface |
| Description: A com object that stores information that is required to set and retrieve p2v system information. |
| IID: {FE747ED9-0CFB-4E40-B0FD-A0100885B685} |
| 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_VOID LoadSv2iFile(IImageLocation sv2iLocation) | Load information from an .sv2i file of the system. Uses sv2iLocation as a parameter |
| VT_EMPTY GetLocation(VT_I4 diskId) | Gets the folder location of the disk with the given id.Uses diskID as a parameter |
| VT_VOID SetLocation(VT_I4 diskId, IImageLocation newLocation) | Sets the folder location of the disk with the given id.Uses diskID and newLocation as a parameter |
| Copyright © 2004-2019 Veritas Technologies LLC. All Rights Reserved. |