VirtualBox

Ignore:
Timestamp:
Jul 8, 2019 7:02:42 PM (5 years ago)
Author:
vboxsync
Message:

bugre:9481. Added the API function ICloudClient::importImage(). Removed parameter uid from the function ICloudClient::importInstance(). The instance id must be presented in the VSD.

File:
1 edited

Legend:

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

    r79585 r79605  
    2601126011  <interface
    2601226012    name="ICloudClient" extends="$unknown"
    26013     uuid="361276ab-3be4-4a1a-abf2-2993048766c4"
     26013    uuid="7ec55937-3152-4e06-8192-c3828aadc7ab"
    2601426014    wsmap="managed" reservedMethods="16" reservedAttributes="8"
    2601526015    >
     
    2615726157    <method name="importInstance">
    2615826158      <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).
    2616026161      </desc>
    2616126162      <param name="description" type="IVirtualSystemDescription" dir="in">
    2616226163        <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>
    2616626164      </param>
    2616726165      <param name="virtualBox" type="IVirtualBox" dir="in">
     
    2628126279        <desc>Reference to the existing VBox image.</desc>
    2628226280      </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>
    2628326296      <param name="virtualBox" type="IVirtualBox" dir="in">
    2628426297        <desc>Reference to the server-side API root object.</desc>
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