ReservationRecommendationDetailsCalculatedSavingsProperties Class
Details of estimated savings.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ReservationRecommendationDetailsCalculatedSavingsProperties(*, reserved_unit_count: float | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
reserved_unit_count
|
The number of reserved units used to calculate savings. Always 1 for virtual machines. Default value: None
|
Variables
| Name | Description |
|---|---|
|
on_demand_cost
|
The cost without reservation. |
|
overage_cost
|
The difference between total reservation cost and reservation cost. |
|
quantity
|
The quantity for calculated savings. |
|
reservation_cost
|
The exact cost of the estimated usage using reservation. |
|
total_reservation_cost
|
The cost of the suggested quantity. |
|
reserved_unit_count
|
The number of reserved units used to calculate savings. Always 1 for virtual machines. |
|
savings
|
The amount saved by purchasing the recommended quantity of reservation. |