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 IPRangeAllForLogicalGroupNodeEnumerationParameters complex type is used to specify the parameters for enumerating the IP range instances corresponding to a specified logical group node in the logical group hierarchy.
-
<xs:complexType name="IPRangeAllForLogicalGroupNodeEnumerationParameters"> <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="LogicalGroupNode" nillable="true" type="ipam:LogicalGroupNode" /> <xs:element minOccurs="0" name="LogicalGroupType" type="ipam:LogicalGroupType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressFamily: Specifies the address family of the IP range instances that are enumerated for the specified logical group.
LogicalGroupNode: Specifies the logical group node for which the mapping IP range instances are to be enumerated.
LogicalGroupType: MUST be LogicalGroupType.Subnet.