VirtualBox

Changeset 83635 in vbox for trunk/src


Ignore:
Timestamp:
Apr 9, 2020 2:25:01 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137086
Message:

OCI: Provide ICloudMachine::name and ICloudMachine::OSTypeId
convenience shortcuts.

File:
1 edited

Legend:

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

    r83598 r83635  
    2668026680
    2668126681  <interface name="ICloudMachine" extends="$unknown"
    26682              uuid="c34a1e0a-74e6-11ea-af3a-07c50a04dd08"
     26682             uuid="c26e1432-7a04-11ea-901f-3bf60e81ed96"
    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    <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>
    2669126707    </attribute>
    2669226708
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