VirtualBox

Ignore:
Timestamp:
Sep 5, 2018 4:21:43 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124850
Message:

OCI: initial commit for CloudClient::exportVM function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r74003 r74086  
    2518525185    </method>
    2518625186
     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
    2518725211  </interface>
    2518825212
Note: See TracChangeset for help on using the changeset viewer.

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