2.2.4.60 DhcpServerAllEnumerationParameters

The DhcpServerAllEnumerationParameters complex type is used to specify the parameters that are used for enumerating the DhcpServer instances from the ADM_DHCPServersTable.

 <xs:complexType name="DhcpServerAllEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" />
         <xs:element minOccurs="0" name="Filter" nillable="true" type="serarr:ArrayOfKeyValueOfintanyType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressFamily: This specifies the address family of the DHCP server instances that are enumerated.

Filter: This specifies a unique collection of key value pairs that are specifying the criteria to be used for enumerating the DHCP server instances. The value corresponds to the key specified.