Changeset 86553 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 13, 2020 12:49:30 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r86377 r86553 27699 27699 </attribute> 27700 27700 27701 <method name="readCloudMachineStubList"> 27702 <desc> 27703 Make the list of cloud machine stubs available via 27704 <link to="#cloudMachineStubList"/> attribute. 27705 Like with <link to="#getCloudMachine"/>, the returned machines 27706 are initiatally inaccessible and require a refresh to get 27707 their data from the cloud. 27708 </desc> 27709 <param name="progress" type="IProgress" dir="return"> 27710 <desc> 27711 Progress object to track the operation completion. 27712 </desc> 27713 </param> 27714 </method> 27715 <attribute name="cloudMachineStubList" type="ICloudMachine" safearray="yes" readonly="yes"> 27716 <desc> 27717 See <link to="#readCloudMachineStubList"/>. 27718 </desc> 27719 </attribute> 27720 27701 27721 <method name="addCloudMachine"> 27702 27722 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.