Changeset 27532 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 19, 2010 1:15:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r27391 r27532 3286 3286 Represents a platform-independent appliance in OVF format. An instance of this is returned 3287 3287 by <link to="IVirtualBox::createAppliance" />, which can then be used to import and export 3288 applianceswith VirtualBox.3288 virtual machines within an appliance with VirtualBox. 3289 3289 3290 3290 The OVF standard suggests two different physical file formats: 3291 3291 3292 3292 <ol> 3293 <li>If the OVF is distributed as a set of files, then @a file must be a fully qualified3294 path name to an existing OVF descriptor file withan <tt>.ovf</tt> file extension. If3295 this descriptor file references other files , as OVF appliances distributed as a set of3296 files most likely do, thosefiles must be in the same directory as the descriptor file.</li>3297 3298 <li>If the OVFis distributed as a single file, it must be in TAR format and have the3293 <li>If the appliance is distributed as a set of files, there must be at least one XML descriptor 3294 file that conforms to the OVF standard and carries an <tt>.ovf</tt> file extension. If 3295 this descriptor file references other files such as disk images, as OVF appliances typically 3296 do, those additional files must be in the same directory as the descriptor file.</li> 3297 3298 <li>If the appliance is distributed as a single file, it must be in TAR format and have the 3299 3299 <tt>.ova</tt> file extension. This TAR file must then contain at least the OVF descriptor 3300 3300 files and optionally other files. … … 3370 3370 Array of virtual disk definitions. One such description exists for each 3371 3371 disk definition in the OVF; each string array item represents one such piece of 3372 disk information, with the information fields separated by tab (\ \t) characters.3372 disk information, with the information fields separated by tab (\t) characters. 3373 3373 3374 3374 The caller should be prepared for additional fields being appended to
Note:
See TracChangeset
for help on using the changeset viewer.