Share via


2.2.4.275 IpamIPSubnetsByUnmappedEnumerationParameters

The IpamIPSubnetsByUnmappedEnumerationParameters complex type specifies the criteria to be used for enumerating unmapped IP subnets of a given address family and virtualization type.

 <xs:complexType name="IpamIPSubnetsByUnmappedEnumerationParameters">
   <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="VirtualizationType" nillable="true" type="ipam:IPVirtualizationType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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

VirtualizationType: This specifies the virtualization type on which the IP subnet instances need to be filtered on.