2.2.4.313 IPRangeUnmappedEnumerationParameters

The IPRangeUnmappedEnumerationParameters complex type is used to specify the criteria for enumerating the address ranges that are not mapped to any address block and are unmapped.

 <xs:complexType name="IPRangeUnmappedEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <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 range instances that need to be enumerated.