2.2.4.259 IpamIPAddressAllForLogicalGroupNodeEnumerationParameters
The IpamIPAddressAllForLogicalGroupNodeEnumerationParameters complex type specifies the criteria to be used for enumerating the addresses that map to a logical group node.
-
<xs:complexType name="IpamIPAddressAllForLogicalGroupNodeEnumerationParameters"> <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: This specifies the address family of the address instances which need to be enumerated.
LogicalGroupNode: This specifies the logical group node which forms the criteria for identifying and enumerating the address instances. The ranges which satisfy the criteria specified by this logical group node is enumerated first and all the addresses which map to these ranges are enumerated. This MUST be either type IPv4RangeLogicalGroupNode or IPv6RangeLogicalGroupNode.
LogicalGroupType: This MUST be of value LogicalGroupType.Range.