2.2.4.55 DhcpScopesByDhcpServerIdListEnumerationParameters

The DhcpScopesByDhcpServerIdListEnumerationParameters complex type specifies the criteria to be used for enumerating the scopes that belong to a set of DHCP servers that are specified by using the RecordId in ADM_DHCPServersTable.

 <xs:complexType name="DhcpScopesByDhcpServerIdListEnumerationParameters">
   <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="DhcpServerIds" nillable="true" type="serarr:ArrayOflong" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressFamily: This specifies the address family of the scopes that are enumerated.

DhcpServerIds: This specifies the collection of record identifiers of the DHCP server instances in ADM_DHCPServersTable for which the scopes are enumerated.