- Timestamp:
- Apr 7, 2020 3:55:06 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83478 r83598 26680 26680 26681 26681 <interface name="ICloudMachine" extends="$unknown" 26682 uuid=" 1686e906-6fa9-11ea-9211-4f68777c1ecb"26682 uuid="c34a1e0a-74e6-11ea-af3a-07c50a04dd08" 26683 26683 wsmap="managed" 26684 26684 reservedMethods="16" reservedAttributes="8"> … … 26690 26690 <desc>UUID of the cloud machine.</desc> 26691 26691 </attribute> 26692 26693 <method name="getSettingsForm"> 26694 <desc> 26695 Obtain a form with settings for this cloud machine. 26696 The form is editable. 26697 </desc> 26698 <param name="form" type="IForm" dir="out"> 26699 <desc> 26700 A form with the cloud machine settings. 26701 </desc> 26702 </param> 26703 <param name="progress" type="IProgress" dir="return"> 26704 <desc> 26705 Progress object to track the operation completion. 26706 </desc> 26707 </param> 26708 </method> 26692 26709 26693 26710 <method name="readState">
Note:
See TracChangeset
for help on using the changeset viewer.