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. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last usage date used for looking back for computing the recommendation. NOTE: This property will not be serialized. It can only be populated by the server. |
look |
What the usage data values represent ex: virtual machine instance. NOTE: This property will not be serialized. It can only be populated by the server. |
usage |
The breakdown of historical resource usage. The values are in the order of usage between the firstConsumptionDate and the lastConsumptionDate. NOTE: This property will not be serialized. It can only be populated by the server. |
usage |
The grain of the values represented in the usage data ex: hourly. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
firstConsumptionDate
The first usage date used for looking back for computing the recommendation. NOTE: This property will not be serialized. It can only be populated by the server.
firstConsumptionDate?: string
Property Value
string
lastConsumptionDate
The last usage date used for looking back for computing the recommendation. NOTE: This property will not be serialized. It can only be populated by the server.
lastConsumptionDate?: string
Property Value
string
lookBackUnitType
What the usage data values represent ex: virtual machine instance. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
usageData?: number[]
Property Value
number[]
usageGrain
The grain of the values represented in the usage data ex: hourly. NOTE: This property will not be serialized. It can only be populated by the server.
usageGrain?: string
Property Value
string