ReservationRecommendationDetailsSavingsProperties Class
Details of the estimated savings.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ReservationRecommendationDetailsSavingsProperties(*, calculated_savings: List[_models.ReservationRecommendationDetailsCalculatedSavingsProperties] | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
calculated_savings
|
List of calculated savings. Default value: None
|
Variables
| Name | Description |
|---|---|
|
calculated_savings
|
List of calculated savings. |
|
look_back_period
|
Number of days of usage to look back used for computing the recommendation. |
|
recommended_quantity
|
Number of recommended units of the resource. |
|
reservation_order_term
|
Term period of the reservation, ex: P1Y or P3Y. |
|
savings_type
|
Type of savings, ex: instance. |
|
unit_of_measure
|
Measurement unit ex: hour etc. |