2.2.4.112 IPBlockChildBlockEnumerationParameters

The IPBlockChildBlockEnumerationParameters complex type specifies the criteria to be used for enumerating the address blocks that form the child blocks of a specified address block.

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

AddressFamily: This specifies the address family of the address block instances that need to be enumerated.

ParentBlockRecordId: This specifies the record identifier of the address block for which the child blocks need to be enumerated.