2.2.4.330 IPv6SubnetLogicalGroupNode

The IPv6SubnetLogicalGroupNode complex type allows extending the attributes of the LogicalGroupNode complex type. It defines the value of the custom field that occurs at the specific level in logical group hierarchy. This value of custom fields, which form the logical group hierarchy up to this node, will be used as criteria to enumerate IPv6 subnets.

 <xs:complexType name="IPv6SubnetLogicalGroupNode">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:LogicalGroupNode">
       <xs:sequence>
         <xs:element minOccurs="0" name="AddressSpaceRecordId" type="xsd:long" />
         <xs:element minOccurs="0" name="UtilizationStatistics" nillable="true" type="ipam:IPv6Utilization" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressSpaceRecordId: This specifies the record identifier of the address space that the logical group is associated with. The enumerated IP subnet instances would map to this address space.

UtilizationStatistics: This specifies the utilization details for the addresses contained in this address space.