Changeset 83433 in vbox
- Timestamp:
- Mar 26, 2020 12:01:16 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136653
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83376 r83433 26808 26808 </method> 26809 26809 26810 <method name="listCloudMachines"> 26811 <param name="machines" type="ICloudMachine" safearray="yes" dir="out"> 26812 </param> 26810 <method name="readCloudMachineList"> 26811 <desc> 26812 Make the list of cloud machines available via 26813 <link to="#cloudMachineList"/> attribute. 26814 </desc> 26813 26815 <param name="progress" type="IProgress" dir="return"> 26814 </param> 26815 </method> 26816 <desc> 26817 Progress object to track the operation completion. 26818 </desc> 26819 </param> 26820 </method> 26821 <attribute name="cloudMachineList" type="ICloudMachine" safearray="yes" readonly="yes"> 26822 <desc> 26823 See <link to="#readCloudMachineList"/>. 26824 </desc> 26825 </attribute> 26816 26826 26817 26827 <method name="addCloudMachine">
Note:
See TracChangeset
for help on using the changeset viewer.