VirtualBox

Changeset 83460 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2020 2:05:52 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136694
Message:

OCI: ICloudMachine readState method and state attribute.

File:
1 edited

Legend:

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

    r83433 r83460  
    2668026680
    2668126681  <interface name="ICloudMachine" extends="$unknown"
    26682              uuid="8938b392-6470-11ea-be28-93dab375c226"
     26682             uuid="1686e906-6fa9-11ea-9211-4f68777c1ecb"
    2668326683             wsmap="managed"
    2668426684             reservedMethods="16" reservedAttributes="8">
     
    2668926689    <attribute name="id" type="uuid" mod="string" readonly="yes">
    2669026690      <desc>UUID of the cloud machine.</desc>
     26691    </attribute>
     26692
     26693    <method name="readState">
     26694      <desc>
     26695        Read the state of the cloud machine and make it available via
     26696        the <link to="#state"/> attribute.
     26697      </desc>
     26698      <param name="progress" type="IProgress" dir="return">
     26699        <desc>
     26700          Progress object to track the operation completion.
     26701        </desc>
     26702      </param>
     26703    </method>
     26704    <attribute name="state" type="MachineState" readonly="yes">
     26705      <desc>
     26706        See <link to="#readState"/>.
     26707      </desc>
    2669126708    </attribute>
    2669226709  </interface>
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