2.2.5.59 IPUtilizationType

The IPUtilizationType simple type is an enumeration that specifies the time period for which 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

The current utilization statistics.

OneDay

The utilization trend for the last day.

Week

The utilization trend for the last week.

OneMonth

The utilization trend for the last month.

ThreeMonth

The utilization trend for the last three months.

SixMonth

The utilization trend for the last six months.

OneYear

The utilization trend for the last year.

TwoYear

The utilization trend for the last two years.

FiveYear

The utilization trend for the last five years.