Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sri/recommendation details #21175

Merged
merged 5 commits into from
Oct 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3250,15 +3250,15 @@
}
},
"ReservationRecommendationDetailsCalculatedSavingsProperties": {
"description": "Details of estimated savings.",
"description": "Details of estimated savings. The costs and savings are estimated for the term.",
"properties": {
"onDemandCost": {
"description": "The cost without reservation.",
"description": "The cost without reservation. Includes hardware and software cost.",
"type": "number",
"readOnly": true
},
"overageCost": {
"description": "The difference between total reservation cost and reservation cost.",
"description": "Hardware and software cost of the resources not covered by the reservation.",
"type": "number",
"readOnly": true
},
Expand All @@ -3268,12 +3268,12 @@
"readOnly": true
},
"reservationCost": {
"description": "The exact cost of the estimated usage using reservation.",
"description": "Hardware cost of the resources covered by the reservation.",
"type": "number",
"readOnly": true
},
"totalReservationCost": {
"description": "The cost of the suggested quantity.",
"description": "Reservation cost + software cost of the resources covered by the reservation + overage cost.",
"type": "number",
"readOnly": true
},
Expand All @@ -3282,7 +3282,7 @@
"type": "number"
},
"savings": {
"description": "The amount saved by purchasing the recommended quantity of reservation.",
"description": "The amount saved by purchasing the recommended quantity of reservation. This is equal to onDemandCost - totalReservationCost.",
"type": "number",
"readOnly": true
}
Expand All @@ -3300,7 +3300,7 @@
"readOnly": true
},
"onDemandRate": {
"description": "On demand rate of the resource.",
"description": "Hourly on-demand rate of the resource. Includes only hardware rate i.e, software rate is not included.",
"type": "number",
"readOnly": true
},
Expand All @@ -3315,7 +3315,7 @@
"readOnly": true
},
"reservationRate": {
"description": "Reservation rate of the resource.",
"description": "Hourly reservation rate of the resource. Varies based on the term.",
"type": "number",
"readOnly": true
},
Expand Down