Changeset 84092 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 30, 2020 2:50:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r84031 r84092 26874 26874 <interface 26875 26875 name="ICloudClient" extends="$unknown" 26876 uuid=" d5028594-5298-11ea-b1c3-47273cccaac7"26876 uuid="0eb97f1a-8a78-11ea-9915-2b38b433c62b" 26877 26877 wsmap="managed" reservedMethods="16" reservedAttributes="8" 26878 26878 > … … 27037 27037 <param name="progress" type="IProgress" dir="return"> 27038 27038 <desc>Progress object to track the operation completion.</desc> 27039 </param> 27040 </method> 27041 27042 <method name="createCloudMachine"> 27043 <desc> 27044 This is transitional method that combines 27045 <link to="#launchVM"/> and <link to="#addCloudMachine"/>. 27046 </desc> 27047 <param name="description" type="IVirtualSystemDescription" dir="in"> 27048 <desc> 27049 Virtual system description object which describes the 27050 machine and all required parameters. 27051 </desc> 27052 </param> 27053 <param name="machine" type="ICloudMachine" dir="out"> 27054 <desc> 27055 Object that represents the newly created cloud machine. 27056 </desc> 27057 </param> 27058 <param name="progress" type="IProgress" dir="return"> 27059 <desc> 27060 Progress object to track the operation completion. 27061 </desc> 27039 27062 </param> 27040 27063 </method>
Note:
See TracChangeset
for help on using the changeset viewer.