VirtualBox

Changeset 83695 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 15, 2020 12:29:16 AM (5 years ago)
Author:
vboxsync
Message:

OCI: ICloudClient::getCloudMachine(uuid) that returns an inaccessible
stub to be refreshed later.

File:
1 edited

Legend:

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

    r83670 r83695  
    2692126921    </method>
    2692226922
     26923    <method name="getCloudMachine">
     26924      <desc>
     26925        Create an object that represents a cloud machine with the
     26926        specified UUID.  Note that the operation is synchronous.  The
     26927        returned machine is initiatally in inaccessible state and
     26928        requires a refresh to get its data from the cloud.
     26929      </desc>
     26930      <param name="id" type="uuid" mod="string" dir="in">
     26931        <desc>
     26932          UUID of a cloud machine.
     26933        </desc>
     26934      </param>
     26935      <param name="machine" type="ICloudMachine" dir="return">
     26936        <desc>
     26937          Object that represents the cloud machine with the specified UUID.
     26938        </desc>
     26939      </param>
     26940    </method>
     26941
    2692326942    <method name="readCloudMachineList">
    2692426943      <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