VirtualBox

Changeset 83275 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Mar 13, 2020 12:35:46 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136430
Message:

OCI: Add stub ICloudMachine interface and ICloudClient::listCloudMachines
method and necessary boilerplate. Add stub OCIMachineSettings class
that will consolidate the code to convert to/from LaunchInstanceDetails,
Instance, virtual system descriptions, etc.

File:
1 edited

Legend:

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

    r83169 r83275  
    2667926679
    2668026680
     26681  <interface name="ICloudMachine" extends="$unknown"
     26682             uuid="8938b392-6470-11ea-be28-93dab375c226"
     26683             wsmap="managed"
     26684             reservedMethods="16" reservedAttributes="8">
     26685    <desc>
     26686      Virtual virtual machine (sic) in the cloud.
     26687    </desc>
     26688  </interface>
     26689
    2668126690  <!--
    2668226691  // ICloudClient
     
    2668526694  <interface
    2668626695    name="ICloudClient" extends="$unknown"
    26687     uuid="435b66a2-0c60-11ea-a0ea-07eb0d1c4ead"
     26696    uuid="d5028594-5298-11ea-b1c3-47273cccaac7"
    2668826697    wsmap="managed" reservedMethods="16" reservedAttributes="8"
    2668926698    >
     
    2679226801      <param name="progress" type="IProgress" dir="in">
    2679326802        <desc>Progress object to track the operation completion.</desc>
     26803      </param>
     26804    </method>
     26805
     26806    <method name="listCloudMachines">
     26807      <param name="machines" type="ICloudMachine" safearray="yes" dir="out">
     26808      </param>
     26809      <param name="progress" type="IProgress" dir="return">
    2679426810      </param>
    2679526811    </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