2.2.4.299 IPBlockRootEnumerationParameters

The IPBlockRootEnumerationParameters complex type is used to specify the criteria for enumerating the rows that form the first level of address blocks (for which there are no parent blocks).

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

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

AddressCategory: This specifies the address category of the address blocks that need to be enumerated.