VirtualBox

Changeset 7848 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2008 3:55:02 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29450
Message:

webservice: change wsmap=struct to wsmap=managed for IAudioAdapter, ISystemProperties, IVRDPServer as they are not read-only; fix documentation

File:
1 edited

Legend:

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

    r7827 r7848  
    24182418    <desc>
    24192419        The IBIOSSettings interface represents BIOS settings of the virtual
    2420         machine. Used in <link to="IMachine::BIOSSettings" />.
     2420        machine. This is used only in the <link to="IMachine::BIOSSettings" /> attribute.
     2421
     2422        <note>With the COM API, this is an interface like all the others. With the webservice,
     2423        this is mapped to a structure, so querying the attribute will not return an object,
     2424        but a complete structure.</note>
    24212425    </desc>
    24222426    <attribute name="logoFadeIn" type="boolean">
     
    38393843     wsmap="struct"
    38403844     >
     3845     <desc>
     3846        Contains information about the remote display (VRDP) capabilities and status.
     3847        This is used in the <link to="IConsole::remoteDisplayInfo" /> attribute.
     3848
     3849        <note>With the COM API, this is an interface like all the others. With the webservice,
     3850        this is mapped to a structure, so querying the attribute will not return an object,
     3851        but a complete structure.</note>
     3852     </desc>
     3853
    38413854    <attribute name="active" type="boolean" readonly="yes">
    38423855      <desc>
     
    49154928     extends="$unknown"
    49164929     uuid="12c2e31e-247f-4d51-82e5-5b9d4a6c7d5b"
    4917      wsmap="struct"
     4930     wsmap="managed"
    49184931     >
    49194932    <desc>
     
    49224935
    49234936      These properties define limits and default values for various
    4924       attributes and parameters.
    4925 
    4926       Most of the properties are read-only, but some can be changed by
    4927       a user.
     4937      attributes and parameters. Most of the properties are read-only, but some can be
     4938      changed by a user.
    49284939    </desc>
    49294940
     
    51205131     wsmap="struct"
    51215132     >
     5133    <desc>
     5134        <note>With the COM API, this is an interface like all the others. With the webservice,
     5135        this is mapped to a structure, so querying the attribute will not return an object,
     5136        but a complete structure.</note>
     5137    </desc>
     5138
    51225139    <attribute name="id" type="wstring" readonly="yes">
    51235140      <desc>Guest OS identifier string.</desc>
     
    57235740     wsmap="struct"
    57245741     >
     5742    <desc>
     5743        <note>With the COM API, this is an interface like all the others. With the webservice,
     5744        this is mapped to a structure, so querying the attribute will not return an object,
     5745        but a complete structure.</note>
     5746    </desc>
    57255747    <attribute name="hardDisk" type="IHardDisk" readonly="yes">
    57265748      <desc>Harddisk object this attachment is about.</desc>
     
    92749296     name="IAudioAdapter" extends="$unknown"
    92759297     uuid="921873db-5f3f-4b69-91f9-7be9e535a2cb"
    9276      wsmap="struct"
     9298     wsmap="managed"
    92779299     >
    92789300    <desc>
     
    93249346     name="IVRDPServer" extends="$unknown"
    93259347     uuid="ed9d31ae-867f-45fc-b727-6740084d1883"
    9326      wsmap="struct"
     9348     wsmap="managed"
    93279349     >
    93289350    <attribute name="enabled" type="boolean">
     
    94489470      are in different name spaces, so they don't overlap and don't need to
    94499471      have unique logical names.
     9472
     9473      <note>With the COM API, this is an interface like all the others. With the webservice,
     9474        this is mapped to a structure, so querying the attribute will not return an object,
     9475        but a complete structure.</note>
    94509476
    94519477      <note>
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