Changeset 75434 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Nov 13, 2018 11:56:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r75394 r75434 25314 25314 <interface 25315 25315 name="ICloudClient" extends="$unknown" 25316 uuid=" 86b831ff-ffe4-49c2-843f-0c8b03817025"25316 uuid="cb244d7b-3757-4fdd-976b-9b8a269da77c" 25317 25317 wsmap="managed" reservedMethods="4" reservedAttributes="4" 25318 25318 > 25319 25319 25320 <method name="getExport Parameters" const="yes">25321 <desc> 25322 Returns the parameters required to be shown to user for export a VM to a cloudoperation.25320 <method name="getExportLaunchParameters" const="yes"> 25321 <desc> 25322 Returns parameters to be shown to the user for the cloud export and launch operation. 25323 25323 </desc> 25324 25324 <param name="jsonString" type="wstring" dir="return"> … … 25327 25327 </method> 25328 25328 25329 <method name="export VM">25330 <desc> 25331 Exports a VM described in description parameter25329 <method name="exportLaunchVM"> 25330 <desc> 25331 Exports and optionally launch a VM described in description parameter 25332 25332 </desc> 25333 25333 <param name="description" type="IVirtualSystemDescription" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.