Changeset 84280 in vbox
- Timestamp:
- May 12, 2020 8:38:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r84196 r84280 27112 27112 </method> 27113 27113 27114 <!-- quick hack --> 27115 <method name="listBootVolumes" const="yes"> 27116 <desc> 27117 Returns the list of boot volumes in the Cloud. 27118 </desc> 27119 <param name="returnNames" type="IStringArray" dir="out"> 27120 <desc>Boot volume names.</desc> 27121 </param> 27122 <param name="returnIds" type="IStringArray" dir="out"> 27123 <desc>Boot volume ids.</desc> 27124 </param> 27125 <param name="progress" type="IProgress" dir="return"> 27126 <desc> 27127 Progress object to track the operation completion. 27128 </desc> 27129 </param> 27130 </method> 27131 27114 27132 <method name="getInstanceInfo" const="yes"> 27115 27133 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.