Changeset 92053 in vbox
- Timestamp:
- Oct 25, 2021 6:19:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r91614 r92053 11945 11945 Proxy server URL for the <link to="ProxyMode_Manual" /> proxy mode. 11946 11946 11947 The format is: [{type}"://"][{userid}[ @{password}]:]{server}[":"{port}]11947 The format is: [{type}"://"][{userid}[:{password}]@]{server}[":"{port}] 11948 11948 11949 11949 Valid types are: http (default), https, socks4, socks4a, socks5, socks5h and direct. … … 12399 12399 <interface 12400 12400 name="IGuestOSType" extends="$unknown" 12401 uuid=" 14233bf3-4609-4abd-99c5-b1d99d30c9dc"12401 uuid="966303d0-36a8-4180-8971-18650b0d1055" 12402 12402 wsmap="struct" 12403 reservedAttributes="1 5"12403 reservedAttributes="16" 12404 12404 > 12405 12405 <desc> … … 12548 12548 <attribute name="recommendedSecureBoot" type="boolean" readonly="yes"> 12549 12549 <desc>Returns @c true if EFI secure boot is recommended for this OS type.</desc> 12550 </attribute> 12551 12552 <attribute name="recommendedWDDMGraphics" type="boolean" readonly="yes"> 12553 <desc>Returns @c true if this OS usually has a WDDM graphics driver 12554 from guest additions.</desc> 12550 12555 </attribute> 12551 12556
Note:
See TracChangeset
for help on using the changeset viewer.