Changeset 74086 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Sep 5, 2018 4:21:43 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124850
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r74003 r74086 25185 25185 </method> 25186 25186 25187 <method name="getExportParameters" const="yes"> 25188 <desc> 25189 Returns the parameters required to be shown to user for export a VM to a cloud operation. 25190 </desc> 25191 <param name="jsonString" type="wstring" dir="return"> 25192 <desc>the parameters with values in json format.</desc> 25193 </param> 25194 </method> 25195 25196 <method name="exportVM"> 25197 <desc> 25198 Exports a VM described in description parameter 25199 </desc> 25200 <param name="description" type="IVirtualSystemDescription" dir="in"> 25201 <desc>VirtualSystemDescription object which is describing a machine and all required parameters.</desc> 25202 </param> 25203 <param name="progress" type="IProgress" dir="in"> 25204 <desc>Progress object to track the operation completion.</desc> 25205 </param> 25206 </method> 25207 25208 25209 25210 25187 25211 </interface> 25188 25212
Note:
See TracChangeset
for help on using the changeset viewer.