2.2.4.61 DhcpServerByServerInfoIdsEnumerationParameters

The DhcpServerByServerInfoIdsEnumerationParameters is used to specify the record identifiers of ServerInfo instances for which the DhcpServer instances are to be enumerated.

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

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

ServerInfoIds: This specifies the list of record identifiers of ServerInfo instances for which the DhcpServer instances are to be enumerated.