2.2.4.137 LogicalGroupDataUnmappedItemsEnumerationParameters
The LogicalGroupDataUnmappedItemsEnumerationParameters complex type specifies the criteria used to enumerate the data that do not map to a specified logical group.
-
<xs:complexType name="LogicalGroupDataUnmappedItemsEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="Filter" nillable="true" type="serarr:ArrayOfKeyValueOfintanyType" /> <xs:element minOccurs="0" name="LogicalGroup" nillable="true" type="ipam:LogicalGroup" /> <xs:element minOccurs="0" name="LogicalGroupType" type="ipam:LogicalGroupType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Filter: This specifies the filter in the form of a key-value pair that can be used specifying additional criteria for enumeration. This is applicable only when the LogicalGroupNode is of either ActiveServerV4LogicalGroupNode or ActiveServerV6LogicalGroupNode and MUST NOT be specified otherwise.
LogicalGroup: This specifies the logical group for which the data that are not mapping data has to be enumerated.
LogicalGroupType: This MUST be either LogicalGroupType.Range, LogicalGroupType.IPAddress, or LogicalGroupType.ActiveServer.