Changeset 29909 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 31, 2010 2:03:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r29874 r29909 3239 3239 user. In particular, the <link to="#virtualSystemDescriptions" /> array contains 3240 3240 instances of <link to="IVirtualSystemDescription" /> which represent the virtual 3241 systems in the OVF, which in turn describe the virtual hardware prescribed by the3242 OVF (network and hardware adapters, virtual disk images, memory size and so on).3241 systems (machines) in the OVF, which in turn describe the virtual hardware prescribed 3242 by the OVF (network and hardware adapters, virtual disk images, memory size and so on). 3243 3243 The GUI can then give the user the option to confirm and/or change these suggestions. 3244 3244 </li> 3245 3245 3246 3246 <li>If desired, call <link to="IVirtualSystemDescription::setFinalValues" /> for each 3247 virtual system to override the suggestions made by the interpret() routine.3247 virtual system (machine) to override the suggestions made by the interpret() routine. 3248 3248 </li> 3249 3249 … … 3262 3262 3263 3263 <li>For each machine you would like to export, call <link to="IMachine::export" /> 3264 with the IAppliance object you just created. This creates aninstance of3264 with the IAppliance object you just created. Each such call creates one instance of 3265 3265 <link to="IVirtualSystemDescription" /> inside the appliance. 3266 3266 </li> 3267 3267 3268 3268 <li>If desired, call <link to="IVirtualSystemDescription::setFinalValues" /> for each 3269 virtual system to override the suggestions made by the export() routine.3269 virtual system (machine) to override the suggestions made by the export() routine. 3270 3270 </li> 3271 3271 … … 3325 3325 <attribute name="virtualSystemDescriptions" type="IVirtualSystemDescription" readonly="yes" safearray="yes"> 3326 3326 <desc> Array of virtual system descriptions. One such description is created 3327 for each virtual system found in the OVF.3327 for each virtual system (machine) found in the OVF. 3328 3328 This array is empty until either <link to="#interpret" /> (for import) or <link to="IMachine::export" /> 3329 3329 (for export) has been called. … … 3490 3490 > 3491 3491 3492 <desc>This interface is used in the <link to="IAppliance::virtualSystemDescriptions" /> array. 3493 After <link to="IAppliance::interpret" /> has been called, that array contains 3494 information about how the virtual systems described in the OVF should best be imported into VirtualBox 3495 virtual machines. See <link to="IAppliance" /> for the steps required to import an OVF 3496 into VirtualBox. 3492 <desc>Represents one virtual system (machine) in an appliance. This interface is used in 3493 the <link to="IAppliance::virtualSystemDescriptions" /> array. After 3494 <link to="IAppliance::interpret" /> has been called, that array contains information 3495 about how the virtual systems described in the OVF should best be imported into 3496 VirtualBox virtual machines. See <link to="IAppliance" /> for the steps required to 3497 import an OVF into VirtualBox. 3497 3498 </desc> 3498 3499
Note:
See TracChangeset
for help on using the changeset viewer.