Changeset 83695 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 15, 2020 12:29:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83670 r83695 26921 26921 </method> 26922 26922 26923 <method name="getCloudMachine"> 26924 <desc> 26925 Create an object that represents a cloud machine with the 26926 specified UUID. Note that the operation is synchronous. The 26927 returned machine is initiatally in inaccessible state and 26928 requires a refresh to get its data from the cloud. 26929 </desc> 26930 <param name="id" type="uuid" mod="string" dir="in"> 26931 <desc> 26932 UUID of a cloud machine. 26933 </desc> 26934 </param> 26935 <param name="machine" type="ICloudMachine" dir="return"> 26936 <desc> 26937 Object that represents the cloud machine with the specified UUID. 26938 </desc> 26939 </param> 26940 </method> 26941 26923 26942 <method name="readCloudMachineList"> 26924 26943 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.