2.2.4.271 IpamIPSubnetByFilterEnumerationParameters

The IpamIPSubnetByFilterEnumerationParameters complex type specifies the criteria to be used for filtering the enumerated list of IP subnets.

 <xs:complexType name="IpamIPSubnetByFilterEnumerationParameters">
   <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="FilterInfo" nillable="true" type="sys:ArrayOfTupleOfGetIPSubnetFilteranyType2zwQHvQz" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType> 

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

FilterInfo: Specifies the set of criteria to be applied while filtering the IP subnets.