Changeset 100807 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 5, 2023 6:02:56 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r100772 r100807 29977 29977 uuid="c2db178a-7485-11ec-aec4-2fbf90681a84" 29978 29978 wsmap="managed" 29979 reservedMethods="1 5" reservedAttributes="8"29979 reservedMethods="14" reservedAttributes="8" 29980 29980 > 29981 29981 … … 30361 30361 <param name="progress" type="IProgress" dir="return"> 30362 30362 <desc>Progress object to track the operation completion.</desc> 30363 </param> 30364 </method> 30365 30366 <method name="cloneInstance"> 30367 <desc> 30368 Clone cloud virtual machine. 30369 </desc> 30370 <param name="uid" type="wstring" dir="in"> 30371 <desc> 30372 The id of instance in the Cloud that should be cloned. 30373 Prerequisities: 30374 The instance must be in the list of VirtualBox cloud machines. 30375 VirtualBox operates only with those machines which are already 30376 known. 30377 </desc> 30378 </param> 30379 <param name="newName" type="wstring" dir="in"> 30380 <desc> 30381 Name for a cloud machine. 30382 </desc> 30383 </param> 30384 <param name="clone" type="ICloudMachine" dir="out"> 30385 <desc> 30386 Object that represents a cloned cloud machine. 30387 </desc> 30388 </param> 30389 <param name="progress" type="IProgress" dir="return"> 30390 <desc> 30391 Progress object to track the operation completion. 30392 </desc> 30363 30393 </param> 30364 30394 </method>
Note:
See TracChangeset
for help on using the changeset viewer.