Changeset 84326 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 18, 2020 3:23:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r84290 r84326 26883 26883 <interface 26884 26884 name="ICloudClient" extends="$unknown" 26885 uuid=" 0eb97f1a-8a78-11ea-9915-2b38b433c62b"26885 uuid="5b047402-9648-11ea-9aa2-2f60bdea83dd" 26886 26886 wsmap="managed" reservedMethods="16" reservedAttributes="8" 26887 26887 > … … 27092 27092 </method> 27093 27093 27094 <method name="listSourceInstances" const="yes"> 27095 <desc> 27096 Returns the list of instances in the cloud that can be 27097 added/adopted as VirtualBox cloud machines. 27098 </desc> 27099 <param name="returnNames" type="IStringArray" dir="out"> 27100 <desc>Instance names.</desc> 27101 </param> 27102 <param name="returnIds" type="IStringArray" dir="out"> 27103 <desc>Instance idss.</desc> 27104 </param> 27105 <param name="progress" type="IProgress" dir="return"> 27106 <desc> 27107 Progress object to track the operation completion. 27108 </desc> 27109 </param> 27110 </method> 27111 27094 27112 <method name="listImages" const="yes"> 27095 27113 <desc> … … 27116 27134 <desc> 27117 27135 Returns the list of boot volumes in the Cloud. 27136 </desc> 27137 <param name="returnNames" type="IStringArray" dir="out"> 27138 <desc>Boot volume names.</desc> 27139 </param> 27140 <param name="returnIds" type="IStringArray" dir="out"> 27141 <desc>Boot volume ids.</desc> 27142 </param> 27143 <param name="progress" type="IProgress" dir="return"> 27144 <desc> 27145 Progress object to track the operation completion. 27146 </desc> 27147 </param> 27148 </method> 27149 27150 <method name="listSourceBootVolumes" const="yes"> 27151 <desc> 27152 Returns the list of boot volumes in the cloud that can be 27153 added/adopted as VirtualBox cloud machines. 27118 27154 </desc> 27119 27155 <param name="returnNames" type="IStringArray" dir="out">
Note:
See TracChangeset
for help on using the changeset viewer.