Changeset 20031 in vbox
- Timestamp:
- May 26, 2009 12:23:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r19844 r20031 3337 3337 <link to="VirtualSystemDescriptionType" /> enum value in the array item in aTypes[]. In each case, 3338 3338 the array item with the same index in aOvfValues[] will contain the original value as contained 3339 in the OVF file (just for informational purposes), and the corresponding item in aV boxValues[]3339 in the OVF file (just for informational purposes), and the corresponding item in aVBoxValues[] 3340 3340 will contain a suggested value to be used for VirtualBox. Depending on the description type, 3341 3341 the aExtraConfigValues[] array item may also be used. … … 3344 3344 <li> 3345 3345 "OS": the guest operating system type. There must be exactly one such array item on import. The 3346 corresponding item in aV boxValues[] contains the suggested guest operating system for VirtualBox.3346 corresponding item in aVBoxValues[] contains the suggested guest operating system for VirtualBox. 3347 3347 This will be one of the values listed in <link to="IVirtualBox::guestOSTypes" />. The corresponding 3348 3348 item in aOvfValues[] will contain a numerical value that described the operating system in the OVF … … 3353 3353 if none is present on import, then an automatic name will be created from the operating system 3354 3354 type. The correponding item im aOvfValues[] will contain the suggested virtual machine name 3355 from the OVF file, and aV boxValues[] will contain a suggestion for a unique VirtualBox3355 from the OVF file, and aVBoxValues[] will contain a suggestion for a unique VirtualBox 3356 3356 <link to="IMachine" /> name that does not exist yet. 3357 3357 </li> … … 3376 3376 <li> 3377 3377 "HarddiskControllerIDE": an IDE hard disk controller. There can be at most one such item. This 3378 has no value in aOvfValues[] or aV boxValues[].3378 has no value in aOvfValues[] or aVBoxValues[]. 3379 3379 The matching item in the aRefs[] array will contain an integer that items of the "Harddisk" 3380 3380 type can use to specify which hard disk controller a virtual disk should be connected to. … … 3382 3382 <li> 3383 3383 "HarddiskControllerSATA": an SATA hard disk controller. There can be at most one such item. This 3384 has no value in aOvfValues[] or aV boxValues[].3384 has no value in aOvfValues[] or aVBoxValues[]. 3385 3385 The matching item in the aRefs[] array will be used as with IDE controllers (see above). 3386 3386 </li> 3387 3387 <li> 3388 3388 "HarddiskControllerSCSI": a SCSI hard disk controller. There can be at most one such item. 3389 The items in aOvfValues[] and aV boxValues[] will either be "LsiLogic" or "BusLogic".3389 The items in aOvfValues[] and aVBoxValues[] will either be "LsiLogic" or "BusLogic". 3390 3390 The matching item in the aRefs[] array will be used as with IDE controllers (see above). 3391 3391 </li> … … 3396 3396 The array item in aOvfValues[] will contain the file specification from the OVF file (without 3397 3397 a path since the image file should be in the same location as the OVF file itself), whereas the 3398 item in aV boxValues[] will contain a qualified path specification to where VirtualBox uses the3398 item in aVBoxValues[] will contain a qualified path specification to where VirtualBox uses the 3399 3399 hard disk image. This means that on import the image will be copied and converted from the 3400 3400 "ovf" location to the "vbox" location; on export, this will be handled the other way round. … … 3412 3412 </li> 3413 3413 <li> 3414 "NetworkAdapter": a network adapter. The array item in aV boxValues[] will specify the hardware3414 "NetworkAdapter": a network adapter. The array item in aVBoxValues[] will specify the hardware 3415 3415 for the network adapter, whereas the array item in aExtraConfigValues[] will have a string 3416 3416 of the "type=<X>" format, where <X> must be either "NAT" or "Bridged". … … 3442 3442 </param> 3443 3443 3444 <param name="aV boxValues" type="wstring" dir="out" safearray="yes">3444 <param name="aVBoxValues" type="wstring" dir="out" safearray="yes"> 3445 3445 <desc></desc> 3446 3446 </param> … … 3472 3472 </param> 3473 3473 3474 <param name="aV boxValues" type="wstring" dir="out" safearray="yes">3474 <param name="aVBoxValues" type="wstring" dir="out" safearray="yes"> 3475 3475 <desc></desc> 3476 3476 </param> … … 3514 3514 3515 3515 For the "vbox" and "extra configuration" values, if you pass in the same arrays 3516 as returned in the aV boxValues and aExtraConfigValues arrays from getDescription(),3516 as returned in the aVBoxValues and aExtraConfigValues arrays from getDescription(), 3517 3517 the configuration remains unchanged. Please see the documentation for getDescription() 3518 3518 for valid configuration values for the individual array item types. If the … … 3524 3524 </param> 3525 3525 3526 <param name="aV boxValues" type="wstring" dir="in" safearray="yes">3526 <param name="aVBoxValues" type="wstring" dir="in" safearray="yes"> 3527 3527 <desc></desc> 3528 3528 </param> … … 3545 3545 </param> 3546 3546 3547 <param name="aV boxValue" type="wstring" dir="in">3547 <param name="aVBoxValue" type="wstring" dir="in"> 3548 3548 <desc></desc> 3549 3549 </param>
Note:
See TracChangeset
for help on using the changeset viewer.