ReservationRecommendationDetailsCalculatedSavingsProperties interface
Details of estimated savings. The costs and savings are estimated for the term.
Properties
| on |
The cost without reservation. Includes hardware and software cost. |
| overage |
The estimated cost for resource meters that are not covered by the reservation and are billed at pay-as-you-go rates. |
| quantity | The quantity for calculated savings. |
| reservation |
Hardware cost of the resources covered by the reservation. |
| reserved |
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. This is equal to onDemandCost - totalReservationCost. |
| total |
Reservation cost + software cost of the resources covered by the reservation + overage cost. |
Property Details
onDemandCost
The cost without reservation. Includes hardware and software cost.
onDemandCost?: number
Property Value
number
overageCost
The estimated cost for resource meters that are not covered by the reservation and are billed at pay-as-you-go rates.
overageCost?: number
Property Value
number
quantity
The quantity for calculated savings.
quantity?: number
Property Value
number
reservationCost
Hardware cost of the resources covered by the reservation.
reservationCost?: number
Property Value
number
reservedUnitCount
The number of reserved units used to calculate savings. Always 1 for virtual machines.
reservedUnitCount?: number
Property Value
number
savings
The amount saved by purchasing the recommended quantity of reservation. This is equal to onDemandCost - totalReservationCost.
savings?: number
Property Value
number
totalReservationCost
Reservation cost + software cost of the resources covered by the reservation + overage cost.
totalReservationCost?: number
Property Value
number