Changeset 83370 in vbox
- Timestamp:
- Mar 23, 2020 2:05:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83309 r83370 26811 26811 </method> 26812 26812 26813 <method name="addCloudMachine"> 26814 <desc> 26815 Adopt a running instance and register it as cloud machine. 26816 This is kinda like adding a local .vbox file as a local VM. 26817 </desc> 26818 <param name="instanceId" type="wstring" dir="in"> 26819 <desc> 26820 ID of an instance to be added as a cloud machine. 26821 </desc> 26822 </param> 26823 <!-- 26824 <param name="machine" type="ICloudMachine" dir="out"> 26825 <desc> 26826 Object that represents the newly registered cloud machine. 26827 </desc> 26828 </param> 26829 --> 26830 <param name="progress" type="IProgress" dir="return"> 26831 <desc>Progress object to track the operation completion.</desc> 26832 </param> 26833 </method> 26834 26813 26835 <method name="listInstances" const="yes"> 26814 26836 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.