|
3250 | 3250 | }
|
3251 | 3251 | },
|
3252 | 3252 | "ReservationRecommendationDetailsCalculatedSavingsProperties": {
|
3253 |
| - "description": "Details of estimated savings.", |
| 3253 | + "description": "Details of estimated savings. The costs and savings are estimated for the term.", |
3254 | 3254 | "properties": {
|
3255 | 3255 | "onDemandCost": {
|
3256 |
| - "description": "The cost without reservation.", |
| 3256 | + "description": "The cost without reservation. Includes hardware and software cost.", |
3257 | 3257 | "type": "number",
|
3258 | 3258 | "readOnly": true
|
3259 | 3259 | },
|
3260 | 3260 | "overageCost": {
|
3261 |
| - "description": "The difference between total reservation cost and reservation cost.", |
| 3261 | + "description": "Hardware and software cost of the resources not covered by the reservation.", |
3262 | 3262 | "type": "number",
|
3263 | 3263 | "readOnly": true
|
3264 | 3264 | },
|
|
3268 | 3268 | "readOnly": true
|
3269 | 3269 | },
|
3270 | 3270 | "reservationCost": {
|
3271 |
| - "description": "The exact cost of the estimated usage using reservation.", |
| 3271 | + "description": "Hardware cost of the resources covered by the reservation.", |
3272 | 3272 | "type": "number",
|
3273 | 3273 | "readOnly": true
|
3274 | 3274 | },
|
3275 | 3275 | "totalReservationCost": {
|
3276 |
| - "description": "The cost of the suggested quantity.", |
| 3276 | + "description": "Reservation cost + software cost of the resources covered by the reservation + overage cost.", |
3277 | 3277 | "type": "number",
|
3278 | 3278 | "readOnly": true
|
3279 | 3279 | },
|
|
3282 | 3282 | "type": "number"
|
3283 | 3283 | },
|
3284 | 3284 | "savings": {
|
3285 |
| - "description": "The amount saved by purchasing the recommended quantity of reservation.", |
| 3285 | + "description": "The amount saved by purchasing the recommended quantity of reservation. This is equal to onDemandCost - totalReservationCost.", |
3286 | 3286 | "type": "number",
|
3287 | 3287 | "readOnly": true
|
3288 | 3288 | }
|
|
3300 | 3300 | "readOnly": true
|
3301 | 3301 | },
|
3302 | 3302 | "onDemandRate": {
|
3303 |
| - "description": "On demand rate of the resource.", |
| 3303 | + "description": "Hourly on-demand rate of the resource. Includes only hardware rate i.e, software rate is not included.", |
3304 | 3304 | "type": "number",
|
3305 | 3305 | "readOnly": true
|
3306 | 3306 | },
|
|
3315 | 3315 | "readOnly": true
|
3316 | 3316 | },
|
3317 | 3317 | "reservationRate": {
|
3318 |
| - "description": "Reservation rate of the resource.", |
| 3318 | + "description": "Hourly reservation rate of the resource. Varies based on the term.", |
3319 | 3319 | "type": "number",
|
3320 | 3320 | "readOnly": true
|
3321 | 3321 | },
|
|
0 commit comments