Share via


2.2.4.322 IPv4SubnetLogicalGroupNode

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

 <xs:complexType name="IPv4SubnetLogicalGroupNode">
   <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:IPv4Utilization" />
       </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.