2.2.5.36 IPUtilizationType

This simple type is an enumeration which specifies the time period for which the utilization data is being requested.

 <xs:simpleType name="IPUtilizationType">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Current" />
     <xs:enumeration value="OneDay" />
     <xs:enumeration value="Week" />
     <xs:enumeration value="OneMonth" />
     <xs:enumeration value="ThreeMonth" />
     <xs:enumeration value="SixMonth" />
     <xs:enumeration value="OneYear" />
     <xs:enumeration value="TwoYear" />
     <xs:enumeration value="FiveYear" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

None

Unspecified or an invalid value.

Current

This specifies the current utilization statistics.

OneDay

This specifies the utilization trend for the last one day.

Week

This specifies the utilization trend for the last one week.

OneMonth

This specifies the utilization trend for the last one month.

ThreeMonth

This specifies the utilization trend for the last three months.

SixMonth

This specifies the utilization trend for the last six months.

OneYear

This specifies the utilization trend for the last one year.

TwoYear

This specifies the utilization trend for the last two years.

FiveYear

This specifies the utilization trend for the last five years.