- Timestamp:
- Mar 27, 2020 2:05:52 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136694
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83433 r83460 26680 26680 26681 26681 <interface name="ICloudMachine" extends="$unknown" 26682 uuid=" 8938b392-6470-11ea-be28-93dab375c226"26682 uuid="1686e906-6fa9-11ea-9211-4f68777c1ecb" 26683 26683 wsmap="managed" 26684 26684 reservedMethods="16" reservedAttributes="8"> … … 26689 26689 <attribute name="id" type="uuid" mod="string" readonly="yes"> 26690 26690 <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> 26691 26708 </attribute> 26692 26709 </interface>
Note:
See TracChangeset
for help on using the changeset viewer.