ReservationRecommendationDetailsSavingsProperties Class
Details of the estimated savings.
Constructor
ReservationRecommendationDetailsSavingsProperties(*args: Any, **kwargs: Any)
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: P1M, P1Y or P3Y. |
|
savings_type
|
Type of savings, ex: instance. |
|
unit_of_measure
|
Measurement unit ex: hour etc. |
Attributes
calculated_savings
List of calculated savings.
calculated_savings: list['_models.ReservationRecommendationDetailsCalculatedSavingsProperties'] | None
look_back_period
Number of days of usage to look back used for computing the recommendation.
look_back_period: int | None
recommended_quantity
Number of recommended units of the resource.
recommended_quantity: float | None
reservation_order_term
P1M, P1Y or P3Y.
reservation_order_term: str | None
savings_type
instance.
savings_type: str | None
unit_of_measure
hour etc.
unit_of_measure: str | None