Changeset 79605 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jul 8, 2019 7:02:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r79585 r79605 26011 26011 <interface 26012 26012 name="ICloudClient" extends="$unknown" 26013 uuid=" 361276ab-3be4-4a1a-abf2-2993048766c4"26013 uuid="7ec55937-3152-4e06-8192-c3828aadc7ab" 26014 26014 wsmap="managed" reservedMethods="16" reservedAttributes="8" 26015 26015 > … … 26157 26157 <method name="importInstance"> 26158 26158 <desc> 26159 Import an existing instance with passed id to the local host. 26159 Import an existing cloud instance to the local host. 26160 All needed parameters are passed in the description (VSD). 26160 26161 </desc> 26161 26162 <param name="description" type="IVirtualSystemDescription" dir="in"> 26162 26163 <desc>VirtualSystemDescription object which is describing a machine and all required parameters.</desc> 26163 </param>26164 <param name="uid" type="wstring" dir="in">26165 <desc>the id of instance imported from the Cloud.</desc>26166 26164 </param> 26167 26165 <param name="virtualBox" type="IVirtualBox" dir="in"> … … 26281 26279 <desc>Reference to the existing VBox image.</desc> 26282 26280 </param> 26281 <param name="virtualBox" type="IVirtualBox" dir="in"> 26282 <desc>Reference to the server-side API root object.</desc> 26283 </param> 26284 <param name="parameters" type="wstring" dir="in" safearray="yes"> 26285 <desc>Each parameter in the array must be in the form "name=value".</desc> 26286 </param> 26287 <param name="progress" type="IProgress" dir="return"> 26288 <desc>Progress object to track the operation completion.</desc> 26289 </param> 26290 </method> 26291 26292 <method name="importImage"> 26293 <desc> 26294 Import an existing image in the Cloud into the VirtualBox. 26295 </desc> 26283 26296 <param name="virtualBox" type="IVirtualBox" dir="in"> 26284 26297 <desc>Reference to the server-side API root object.</desc>
Note:
See TracChangeset
for help on using the changeset viewer.