2.2.4.306 IPRangeByFilterEnumerationParameters
The IPRangeByFilterEnumerationParameters complex type specifies the criteria to be used for enumerating the IP range instances that belong to a particular address family and also meet a set of conditions defined by a set of filter criteria.
-
<xs:complexType name="IPRangeByFilterEnumerationParameters"> <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:ArrayOfTupleOfGetIPRangeFilteranyType2zwQHvQz" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressFamily: This specifies the address family of the IP range instances that are to be enumerated.
FilterInfo: This specifies the set of criterion to be applied to filter IP range of a given address family.