Changeset 94371 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 25, 2022 3:28:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r94370 r94371 2408 2408 </attribute> 2409 2409 2410 <attribute name="minLeaseTime" type="unsigned long" readonly="no">2410 <attribute name="minLeaseTime" type="unsigned long"> 2411 2411 <desc>The minimum lease time in seconds, ignored if zero.</desc> 2412 2412 </attribute> 2413 <attribute name="defaultLeaseTime" type="unsigned long" readonly="no">2413 <attribute name="defaultLeaseTime" type="unsigned long"> 2414 2414 <desc>The default lease time in seconds, ignored if zero.</desc> 2415 2415 </attribute> 2416 <attribute name="maxLeaseTime" type="unsigned long" readonly="no">2416 <attribute name="maxLeaseTime" type="unsigned long"> 2417 2417 <desc>The maximum lease time in seconds, ignored if zero.</desc> 2418 2418 </attribute> 2419 2419 2420 <attribute name="forcedOptions" type="DHCPOption" safearray="yes" readonly="no">2420 <attribute name="forcedOptions" type="DHCPOption" safearray="yes"> 2421 2421 <desc>List of DHCP options which should be forced upon the clients in this 2422 2422 config scope when they are available, whether the clients asks for them … … 2424 2424 </attribute> 2425 2425 2426 <attribute name="suppressedOptions" type="DHCPOption" safearray="yes" readonly="no">2426 <attribute name="suppressedOptions" type="DHCPOption" safearray="yes"> 2427 2427 <desc>List of DHCP options which should not be sent to the clients in 2428 2428 this config scope. This is intended for cases where one client or a … … 2521 2521 reservedMethods="3" reservedAttributes="3" 2522 2522 > 2523 <attribute name="inclusive" type="boolean" readonly="no">2523 <attribute name="inclusive" type="boolean"> 2524 2524 <desc>Whether this is an inclusive or exclusive group membership condition</desc> 2525 2525 </attribute> 2526 <attribute name="type" type="DHCPGroupConditionType" readonly="no">2526 <attribute name="type" type="DHCPGroupConditionType"> 2527 2527 <desc>Defines how the <link to="IDHCPGroupCondition::value"/> is interpreted.</desc> 2528 2528 </attribute> 2529 <attribute name="value" type="wstring" readonly="no">2529 <attribute name="value" type="wstring"> 2530 2530 <desc>The condition value.</desc> 2531 2531 </attribute> … … 2545 2545 </desc> 2546 2546 2547 <attribute name="name" type="wstring" readonly="no">2547 <attribute name="name" type="wstring"> 2548 2548 <desc>The group name.</desc> 2549 2549 </attribute> … … 2601 2601 </attribute> 2602 2602 2603 <attribute name="fixedAddress" type="wstring" readonly="no">2603 <attribute name="fixedAddress" type="wstring"> 2604 2604 <desc>Fixed IPv4 address assignment, dynamic if empty.</desc> 2605 2605 </attribute> … … 11976 11976 </attribute> 11977 11977 11978 <attribute name="proxyMode" type="ProxyMode" readonly="no">11978 <attribute name="proxyMode" type="ProxyMode"> 11979 11979 <desc> The proxy mode setting: System, NoProxy or Manual.</desc> 11980 11980 </attribute> 11981 11981 11982 <attribute name="proxyURL" type="wstring" readonly="no">11982 <attribute name="proxyURL" type="wstring"> 11983 11983 <desc> 11984 11984 Proxy server URL for the <link to="ProxyMode_Manual" /> proxy mode. … … 12191 12191 </attribute> 12192 12192 12193 <attribute name="VBoxUpdateEnabled" type="boolean" readonly="no">12193 <attribute name="VBoxUpdateEnabled" type="boolean"> 12194 12194 <desc> Is the VirtualBox update check enabled?</desc> 12195 12195 </attribute> 12196 12196 12197 <attribute name="VBoxUpdateFrequency" type="unsigned long" readonly="no">12197 <attribute name="VBoxUpdateFrequency" type="unsigned long"> 12198 12198 <desc> How often should a check for a newer version of VirtualBox be made? (in days)</desc> 12199 12199 </attribute> 12200 12200 12201 <attribute name="VBoxUpdateLastCheckDate" type="wstring" readonly="no">12201 <attribute name="VBoxUpdateLastCheckDate" type="wstring"> 12202 12202 <desc> 12203 12203 When was the update check last performed? If updating this attribute the … … 12206 12206 </attribute> 12207 12207 12208 <attribute name="VBoxUpdateTarget" type="VBoxUpdateTarget" readonly="no">12208 <attribute name="VBoxUpdateTarget" type="VBoxUpdateTarget"> 12209 12209 <desc> The preferred release type used for determining whether a newer version of VirtualBox is available.</desc> 12210 12210 </attribute> 12211 12211 12212 <attribute name="VBoxUpdateCount" type="unsigned long" readonly="no">12212 <attribute name="VBoxUpdateCount" type="unsigned long"> 12213 12213 <desc> The count of update check attempts.</desc> 12214 12214 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.