ReservationRecommendationDetailsCalculatedSavingsProperties interface
Details of estimated savings.
Properties
on |
The cost without reservation. NOTE: This property will not be serialized. It can only be populated by the server. |
overage |
The difference between total reservation cost and reservation cost. NOTE: This property will not be serialized. It can only be populated by the server. |
quantity | The quantity for calculated savings. NOTE: This property will not be serialized. It can only be populated by the server. |
reservation |
The exact cost of the estimated usage using reservation. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
The cost of the suggested quantity. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
onDemandCost
The cost without reservation. NOTE: This property will not be serialized. It can only be populated by the server.
onDemandCost?: number
Property Value
number
overageCost
The difference between total reservation cost and reservation cost. NOTE: This property will not be serialized. It can only be populated by the server.
overageCost?: number
Property Value
number
quantity
The quantity for calculated savings. NOTE: This property will not be serialized. It can only be populated by the server.
quantity?: number
Property Value
number
reservationCost
The exact cost of the estimated usage using reservation. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
savings?: number
Property Value
number
totalReservationCost
The cost of the suggested quantity. NOTE: This property will not be serialized. It can only be populated by the server.
totalReservationCost?: number
Property Value
number