2.2.4.135 DhcpReservationForIpBlockEnumerationParameters

The DhcpReservationForIpBlockEnumerationParameters complex type SHOULD<9> specify the criteria to be used for enumerating the DHCP reservations belonging to a particular address block.

 <xs:complexType name="DhcpReservationForIpBlockEnumerationParameters">
   <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="ParentIPBlockRecordId" type="xsd:long" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressFamily:  Specifies the address family of the DHCP reservations that need to be enumerated.

ParentIPBlockRecordId:  Specifies the RecordId of the address block for which the mapping DHCP reservations need to be enumerated by the enumeration operation.