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 LogicalGroupNodeRootEnumerationParameters complex type specifies the criteria for enumerating the LogicalGroupNode that form the first level of LogicalGroupHierarchy.
-
<xs:complexType name="LogicalGroupNodeRootEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <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>
LogicalGroup: This specifies the logical group for which the logical group nodes that form the first level of hierarchy needs to be enumerated.
LogicalGroupType: This MUST be either LogicalGroupType.Range, LogicalGroupType.IPAddress, LogicalGroupType.ManagedServer, or LogicalGroupType.Subnet.