Changeset 79826 in vbox
- Timestamp:
- Jul 17, 2019 12:44:41 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r79778 r79826 26320 26320 <interface 26321 26321 name="ICloudClient" extends="$unknown" 26322 uuid=" 949f8c85-c689-40fa-a6b2-14425ccdfc0d"26322 uuid="52a6bbf0-a80d-11e9-8df6-a3cb09336ce8" 26323 26323 wsmap="managed" reservedMethods="16" reservedAttributes="8" 26324 26324 > 26325 26326 <method name="getExportLaunchDescriptionForm">26327 <desc>26328 Returns a form for editing the virtual system description.26329 Since the data for the form are fetched from the cloud a26330 progress object is also returned to indicate if/when the form26331 is ready to be used.26332 </desc>26333 <param name="description" type="IVirtualSystemDescription" dir="in">26334 <desc>26335 Virtual system description to be edited.26336 </desc>26337 </param>26338 <param name="form" type="IVirtualSystemDescriptionForm" dir="out">26339 <desc>26340 An IForm instance for editing the virtual system description.26341 </desc>26342 </param>26343 <param name="progress" type="IProgress" dir="return">26344 <desc>26345 Progress object to track the operation completion.26346 </desc>26347 </param>26348 </method>26349 26350 <method name="exportLaunchVM">26351 <desc>26352 Exports and optionally launch a VM described in description parameter26353 </desc>26354 <param name="description" type="IVirtualSystemDescription" dir="in">26355 <desc>VirtualSystemDescription object which is describing a machine and all required parameters.</desc>26356 </param>26357 <param name="progress" type="IProgress" dir="in">26358 <desc>Progress object to track the operation completion.</desc>26359 </param>26360 <param name="virtualBox" type="IVirtualBox" dir="in">26361 <desc>Reference to the server-side API root object.</desc>26362 </param>26363 </method>26364 26325 26365 26326 <method name="getExportDescriptionForm">
Note:
See TracChangeset
for help on using the changeset viewer.