Changeset 79747 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 12, 2019 11:00:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r79732 r79747 1642 1642 1643 1643 <!-- 1644 // I VirtualBox1644 // INATNetwork 1645 1645 ///////////////////////////////////////////////////////////////////////// 1646 1646 --> … … 1754 1754 <method name="stop"/> 1755 1755 </interface> 1756 1757 1758 <!-- 1759 // IDHCPServer and associates 1760 ///////////////////////////////////////////////////////////////////////// 1761 --> 1756 1762 1757 1763 <enum … … 1832 1838 <enum 1833 1839 name="DHCPConfigScope" 1834 uuid=" 151df7cd-e596-42dd-235a-b164a781c099">1840 uuid="469c42e4-b9ec-43f2-bdcb-9e9d1eb434ae"> 1835 1841 <const name="Global" value="0"><desc><link to="IDHCPServer::globalConfig"/></desc></const> 1836 <const name=" MachineNIC" value="1"><desc><link to="IDHCPServer::individualConfigs"/></desc></const>1837 <const name="M AC"value="2"><desc><link to="IDHCPServer::individualConfigs"/></desc></const>1838 <const name=" Group" value="3"><desc><link to="IDHCPServer::groupConfigs"/></desc></const>1842 <const name="Group" value="1"><desc><link to="IDHCPServer::groupConfigs"/></desc></const> 1843 <const name="MachineNIC" value="2"><desc><link to="IDHCPServer::individualConfigs"/></desc></const> 1844 <const name="MAC" value="3"><desc><link to="IDHCPServer::individualConfigs"/></desc></const> 1839 1845 </enum> 1840 1846 1841 1847 <enum 1842 name="DHCPGroup FilterType"1843 uuid=" 0639cd66-94b7-41ef-18ac-485636e46d97"1848 name="DHCPGroupConditionType" 1849 uuid="2cb9280f-ada2-4194-dee8-bfb8ad77119d" 1844 1850 > 1845 1851 <const name="MAC" value="0"><desc>MAC address</desc></const> … … 2241 2247 <desc>Whether this is an inclusive or exclusive group membership condition</desc> 2242 2248 </attribute> 2243 <attribute name="type" type="DHCPGroup FilterType" readonly="no">2249 <attribute name="type" type="DHCPGroupConditionType" readonly="no"> 2244 2250 <desc>Defines how the <link to="IDHCPGroupCondition::value"/> is interpreted.</desc> 2245 2251 </attribute> … … 2277 2283 <method name="addCondition"> 2278 2284 <param name="inclusive" dir="in" type="boolean"/> 2279 <param name="type" dir="in" type="DHCPGroup FilterType"/>2285 <param name="type" dir="in" type="DHCPGroupConditionType"/> 2280 2286 <param name="value" dir="in" type="wstring"/> 2287 <param name="condition" dir="return" type="IDHCPGroupCondition"/> 2281 2288 </method> 2282 2289
Note:
See TracChangeset
for help on using the changeset viewer.