VirtualBox

Changeset 94371 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 25, 2022 3:28:37 PM (3 years ago)
Author:
vboxsync
Message:

Main/VirtualBox.xidl: Eliminate redundant readonly="no" attributes, since that's the default value.

File:
1 edited

Legend:

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

    r94370 r94371  
    24082408    </attribute>
    24092409
    2410     <attribute name="minLeaseTime" type="unsigned long" readonly="no">
     2410    <attribute name="minLeaseTime" type="unsigned long">
    24112411      <desc>The minimum lease time in seconds, ignored if zero.</desc>
    24122412    </attribute>
    2413     <attribute name="defaultLeaseTime" type="unsigned long" readonly="no">
     2413    <attribute name="defaultLeaseTime" type="unsigned long">
    24142414      <desc>The default lease time in seconds, ignored if zero.</desc>
    24152415    </attribute>
    2416     <attribute name="maxLeaseTime" type="unsigned long" readonly="no">
     2416    <attribute name="maxLeaseTime" type="unsigned long">
    24172417      <desc>The maximum lease time in seconds, ignored if zero.</desc>
    24182418    </attribute>
    24192419
    2420     <attribute name="forcedOptions" type="DHCPOption" safearray="yes" readonly="no">
     2420    <attribute name="forcedOptions" type="DHCPOption" safearray="yes">
    24212421      <desc>List of DHCP options which should be forced upon the clients in this
    24222422       config scope when they are available, whether the clients asks for them
     
    24242424    </attribute>
    24252425
    2426     <attribute name="suppressedOptions" type="DHCPOption" safearray="yes" readonly="no">
     2426    <attribute name="suppressedOptions" type="DHCPOption" safearray="yes">
    24272427      <desc>List of DHCP options which should not be sent to the clients in
    24282428        this config scope.  This is intended for cases where one client or a
     
    25212521    reservedMethods="3" reservedAttributes="3"
    25222522    >
    2523     <attribute name="inclusive" type="boolean" readonly="no">
     2523    <attribute name="inclusive" type="boolean">
    25242524      <desc>Whether this is an inclusive or exclusive group membership condition</desc>
    25252525    </attribute>
    2526     <attribute name="type" type="DHCPGroupConditionType" readonly="no">
     2526    <attribute name="type" type="DHCPGroupConditionType">
    25272527      <desc>Defines how the <link to="IDHCPGroupCondition::value"/> is interpreted.</desc>
    25282528    </attribute>
    2529     <attribute name="value" type="wstring" readonly="no">
     2529    <attribute name="value" type="wstring">
    25302530      <desc>The condition value.</desc>
    25312531    </attribute>
     
    25452545    </desc>
    25462546
    2547     <attribute name="name" type="wstring" readonly="no">
     2547    <attribute name="name" type="wstring">
    25482548      <desc>The group name.</desc>
    25492549    </attribute>
     
    26012601    </attribute>
    26022602
    2603     <attribute name="fixedAddress" type="wstring" readonly="no">
     2603    <attribute name="fixedAddress" type="wstring">
    26042604      <desc>Fixed IPv4 address assignment, dynamic if empty.</desc>
    26052605    </attribute>
     
    1197611976    </attribute>
    1197711977
    11978     <attribute name="proxyMode" type="ProxyMode" readonly="no">
     11978    <attribute name="proxyMode" type="ProxyMode">
    1197911979      <desc> The proxy mode setting: System, NoProxy or Manual.</desc>
    1198011980    </attribute>
    1198111981
    11982     <attribute name="proxyURL" type="wstring" readonly="no">
     11982    <attribute name="proxyURL" type="wstring">
    1198311983      <desc>
    1198411984        Proxy server URL for the <link to="ProxyMode_Manual" /> proxy mode.
     
    1219112191    </attribute>
    1219212192
    12193     <attribute name="VBoxUpdateEnabled" type="boolean" readonly="no">
     12193    <attribute name="VBoxUpdateEnabled" type="boolean">
    1219412194      <desc> Is the VirtualBox update check enabled?</desc>
    1219512195    </attribute>
    1219612196
    12197     <attribute name="VBoxUpdateFrequency" type="unsigned long" readonly="no">
     12197    <attribute name="VBoxUpdateFrequency" type="unsigned long">
    1219812198      <desc> How often should a check for a newer version of VirtualBox be made? (in days)</desc>
    1219912199    </attribute>
    1220012200
    12201     <attribute name="VBoxUpdateLastCheckDate" type="wstring" readonly="no">
     12201    <attribute name="VBoxUpdateLastCheckDate" type="wstring">
    1220212202      <desc>
    1220312203        When was the update check last performed? If updating this attribute the
     
    1220612206    </attribute>
    1220712207
    12208     <attribute name="VBoxUpdateTarget" type="VBoxUpdateTarget" readonly="no">
     12208    <attribute name="VBoxUpdateTarget" type="VBoxUpdateTarget">
    1220912209      <desc> The preferred release type used for determining whether a newer version of VirtualBox is available.</desc>
    1221012210    </attribute>
    1221112211
    12212     <attribute name="VBoxUpdateCount" type="unsigned long" readonly="no">
     12212    <attribute name="VBoxUpdateCount" type="unsigned long">
    1221312213      <desc> The count of update check attempts.</desc>
    1221412214    </attribute>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette