Index: /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp	(revision 75433)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp	(revision 75434)
@@ -310,5 +310,5 @@
     {
         /* Read Cloud Client parameters for Export VM operation: */
-        const QString strJSON = comCloudClient.GetExportParameters();
+        const QString strJSON = comCloudClient.GetExportLaunchParameters();
         /* Show error message if necessary: */
         if (!comCloudClient.isOk())
Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 75433)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 75434)
@@ -25314,11 +25314,11 @@
   <interface
     name="ICloudClient" extends="$unknown"
-    uuid="86b831ff-ffe4-49c2-843f-0c8b03817025"
+    uuid="cb244d7b-3757-4fdd-976b-9b8a269da77c"
     wsmap="managed" reservedMethods="4" reservedAttributes="4"
     >
 
-    <method name="getExportParameters" const="yes">
-      <desc>
-        Returns the parameters required to be shown to user for export a VM to a cloud operation.
+    <method name="getExportLaunchParameters" const="yes">
+      <desc>
+        Returns parameters to be shown to the user for the cloud export and launch operation.
       </desc>
       <param name="jsonString" type="wstring" dir="return">
@@ -25327,7 +25327,7 @@
     </method>
 
-    <method name="exportVM">
-      <desc>
-        Exports a VM described in description parameter
+    <method name="exportLaunchVM">
+      <desc>
+        Exports and optionally launch a VM described in description parameter
       </desc>
       <param name="description" type="IVirtualSystemDescription" dir="in">
Index: /trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp	(revision 75433)
+++ /trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp	(revision 75434)
@@ -2376,5 +2376,5 @@
                          10); // ULONG ulFirstOperationWeight,
 
-            hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);
+            hrc = cloudClient->ExportLaunchVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);
         } else {
             /// @todo Fail here with user notification. We do export 1 VM only
