VirtualBox

Changeset 79364 in vbox


Ignore:
Timestamp:
Jun 26, 2019 3:43:03 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131598
Message:

OCI: Export form for exporting VM to a custom image obtained
mechanically by severely pruning the old (export-and-launch) form.
Needs a bit more refactoring now that we have the code to set virtual
system description values in several places, but that's better done as
a separate step.

File:
1 edited

Legend:

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

    r79338 r79364  
    2601126011  <interface
    2601226012    name="ICloudClient" extends="$unknown"
    26013     uuid="33c307e4-cb7e-44ec-9d30-a8c5927bc6e8"
    26014     wsmap="managed" reservedMethods="13" reservedAttributes="8"
     26013    uuid="1c757554-9768-11e9-9319-ab248c01ad59"
     26014    wsmap="managed" reservedMethods="16" reservedAttributes="8"
    2601526015    >
    2601626016
     
    2605126051      <param name="virtualBox" type="IVirtualBox" dir="in">
    2605226052        <desc>Reference to the server-side API root object.</desc>
     26053      </param>
     26054    </method>
     26055
     26056    <method name="getExportDescriptionForm">
     26057      <desc>
     26058        Returns a form for editing the virtual system description for
     26059        exporting a local VM into a cloud custom image.
     26060      </desc>
     26061      <param name="description" type="IVirtualSystemDescription" dir="in">
     26062        <desc>
     26063          Virtual system description to be edited.
     26064        </desc>
     26065      </param>
     26066      <param name="form" type="IVirtualSystemDescriptionForm" dir="out">
     26067        <desc>
     26068          An IForm instance for editing the virtual system description.
     26069        </desc>
     26070      </param>
     26071      <param name="progress" type="IProgress" dir="return">
     26072        <desc>
     26073          Progress object to track the operation completion.
     26074        </desc>
    2605326075      </param>
    2605426076    </method>
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