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 LogicalGroupDataForRootAlternateItemsEnumerationParameters complex type specifies the criteria for enumerating the data that will map to the specified logical group.
-
<xs:complexType name="LogicalGroupDataForRootAlternateItemsEnumerationParameters"> <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 mapping data is to be enumerated.
LogicalGroupType: This MUST be either LogicalGroupType.Range, LogicalGroupType.IPAddress, LogicalGroupType.ManagedServer, or LogicalGroupType.Subnet.