VirtualBox

Changeset 75434 in vbox


Ignore:
Timestamp:
Nov 13, 2018 11:56:46 PM (6 years ago)
Author:
vboxsync
Message:

OCI: Rename exportVM to exportLaunchVM and getExportParameters to
getExportLaunchParameters respectively to free the name for the real
export operation to be added in the future.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp

    r75371 r75434  
    310310    {
    311311        /* Read Cloud Client parameters for Export VM operation: */
    312         const QString strJSON = comCloudClient.GetExportParameters();
     312        const QString strJSON = comCloudClient.GetExportLaunchParameters();
    313313        /* Show error message if necessary: */
    314314        if (!comCloudClient.isOk())
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r75394 r75434  
    2531425314  <interface
    2531525315    name="ICloudClient" extends="$unknown"
    25316     uuid="86b831ff-ffe4-49c2-843f-0c8b03817025"
     25316    uuid="cb244d7b-3757-4fdd-976b-9b8a269da77c"
    2531725317    wsmap="managed" reservedMethods="4" reservedAttributes="4"
    2531825318    >
    2531925319
    25320     <method name="getExportParameters" const="yes">
    25321       <desc>
    25322         Returns the parameters required to be shown to user for export a VM to a cloud operation.
     25320    <method name="getExportLaunchParameters" const="yes">
     25321      <desc>
     25322        Returns parameters to be shown to the user for the cloud export and launch operation.
    2532325323      </desc>
    2532425324      <param name="jsonString" type="wstring" dir="return">
     
    2532725327    </method>
    2532825328
    25329     <method name="exportVM">
    25330       <desc>
    25331         Exports a VM described in description parameter
     25329    <method name="exportLaunchVM">
     25330      <desc>
     25331        Exports and optionally launch a VM described in description parameter
    2533225332      </desc>
    2533325333      <param name="description" type="IVirtualSystemDescription" dir="in">
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r75312 r75434  
    23762376                         10); // ULONG ulFirstOperationWeight,
    23772377
    2378             hrc = cloudClient->ExportVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);
     2378            hrc = cloudClient->ExportLaunchVM(m->virtualSystemDescriptions.front(), pTask->pProgress, VBox);
    23792379        } else {
    23802380            /// @todo Fail here with user notification. We do export 1 VM only
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette