VirtualBox

Changeset 79320 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 25, 2019 11:50:04 AM (6 years ago)
Author:
vboxsync
Message:

bugref:9481. Added API cloud function getImageInfo.

File:
1 edited

Legend:

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

    r79309 r79320  
    2601226012    name="ICloudClient" extends="$unknown"
    2601326013    uuid="7b54f41a-91d6-11e9-9c93-b7d487e5e15b"
    26014     wsmap="managed" reservedMethods="10" reservedAttributes="8"
     26014    wsmap="managed" reservedMethods="9" reservedAttributes="8"
    2601526015    >
    2601626016
     
    2625826258      </param>
    2625926259    </method>
     26260
     26261    <method name="getImageInfo" const="yes">
     26262      <desc>
     26263        Returns the information about an image in the Cloud.
     26264      </desc>
     26265      <param name="imageId" type="wstring" dir="in">
     26266        <desc>What to search for. This is the image ID.</desc>
     26267      </param>
     26268      <param name="parameters" type="wstring" dir="in" safearray="yes">
     26269        <desc>Each parameter in the array must be in the form "name=value".</desc>
     26270      </param>
     26271      <param name="infoArray" type="IStringArray" dir="out">
     26272        <desc>Each parameter in the array must be in the form "name=value".</desc>
     26273      </param>
     26274      <param name="progress" type="IProgress" dir="return">
     26275        <desc>
     26276          Progress object to track the operation completion.
     26277        </desc>
     26278      </param>
     26279    </method>
     26280
    2626026281  </interface>
    2626126282
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