ReservationRecommendationDetailsUsageProperties interface
Details about historical usage data that has been used for computing the recommendation.
Properties
| first |
The first usage date used for looking back for computing the recommendation. |
| last |
The last usage date used for looking back for computing the recommendation. |
| look |
What the usage data values represent ex: virtual machine instance. |
| usage |
The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate. |
| usage |
The grain of the values represented in the usage data ex: hourly. |
Property Details
firstConsumptionDate
The first usage date used for looking back for computing the recommendation.
firstConsumptionDate?: string
Property Value
string
lastConsumptionDate
The last usage date used for looking back for computing the recommendation.
lastConsumptionDate?: string
Property Value
string
lookBackUnitType
What the usage data values represent ex: virtual machine instance.
lookBackUnitType?: string
Property Value
string
usageData
The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate.
usageData?: number[]
Property Value
number[]
usageGrain
The grain of the values represented in the usage data ex: hourly.
usageGrain?: string
Property Value
string