2.2.4.115 IPCumulativeUtilization

The IPCumulativeUtilization complex type specifies the address utilization statistics or trend information.

 <xs:complexType name="IPCumulativeUtilization">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="IpUtilization" nillable="true" type="ipam:ArrayOfIPUtilization" />
         <xs:element minOccurs="0" name="IPUtilizationType" type="ipam:IPUtilizationType" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType> 
  

IpUtilization: This specifies an array of IPUtilization complex type that forms the various data points for the enumeration trend, or it has a single element that specifies the current utilization statistics. This is of type either IPv4Utilization or IPv6Utilization.

IPUtilizationType: This specifies the type of data that is present in IpUtilization. If it is of length > 1, this will have the address utilization trend information.