2.2.4.100 IpamIPAddressUnmappedAddressEnumerationParameters

The IpamIPAddressUnmappedAddressEnumerationParameters complex type specifies the criteria to be used for enumerating the unmapped address instances. Unmapped address instances are those that are not mapped to any address range instances.

 <xs:complexType name="IpamIPAddressUnmappedAddressEnumerationParameters">
   <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 instances that need to be enumerated.