- Timestamp:
- Apr 9, 2020 2:25:01 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r83598 r83635 26680 26680 26681 26681 <interface name="ICloudMachine" extends="$unknown" 26682 uuid="c 34a1e0a-74e6-11ea-af3a-07c50a04dd08"26682 uuid="c26e1432-7a04-11ea-901f-3bf60e81ed96" 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 <attribute name="name" type="wstring" readonly="yes"> 26694 <desc> 26695 Convenience shortcut to retrieve the name of the cloud 26696 machine. The name is part of the machine settings that are 26697 hidden behind the settings form (see <link to="#getSettingsForm"/>). 26698 </desc> 26699 </attribute> 26700 26701 <attribute name="OSTypeId" type="wstring" readonly="yes"> 26702 <desc> 26703 Convenience shortcut to retrieve the OS Type id of the cloud 26704 machine. It is part of the machine settings that are hidden 26705 behind the settings form (see <link to="#getSettingsForm"/>). 26706 </desc> 26691 26707 </attribute> 26692 26708
Note:
See TracChangeset
for help on using the changeset viewer.