ReservationRecommendationDetailsSavingsProperties interface
Details of the estimated savings.
Properties
| calculated |
List of calculated savings. |
| look |
Number of days of usage to look back used for computing the recommendation. |
| recommended |
Number of recommended units of the resource. |
| reservation |
Term period of the reservation. ex: P1M, P1Y or P3Y. |
| savings |
Type of savings, ex: instance. |
| unit |
Measurement unit ex: hour etc. |
Property Details
calculatedSavings
List of calculated savings.
calculatedSavings?: ReservationRecommendationDetailsCalculatedSavingsProperties[]
Property Value
lookBackPeriod
Number of days of usage to look back used for computing the recommendation.
lookBackPeriod?: number
Property Value
number
recommendedQuantity
Number of recommended units of the resource.
recommendedQuantity?: number
Property Value
number
reservationOrderTerm
Term period of the reservation. ex: P1M, P1Y or P3Y.
reservationOrderTerm?: string
Property Value
string
savingsType
Type of savings, ex: instance.
savingsType?: string
Property Value
string
unitOfMeasure
Measurement unit ex: hour etc.
unitOfMeasure?: string
Property Value
string