Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LogicalGroupDataForLogicalGroupNodeEnumerationParameters complex type specifies the logical group node information that will form the criteria for enumerating the data.
-
<xs:complexType name="LogicalGroupDataForLogicalGroupNodeEnumerationParameters"> <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="LogicalGroupNode" nillable="true" type="ipam:LogicalGroupNode" /> </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.
LogicalGroupNode: This specifies the logical group node for which the data meeting the specified criteria has to be enumerated.