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

Vipinhas/add min capacity clusters #15290

Merged
merged 10 commits into from
Jul 23, 2021
Original file line number Diff line number Diff line change
Expand Up @@ -635,10 +635,11 @@
},
"capacityReservationLevel": {
"readOnly": true,
"description": "The capacity reservation level for this cluster",
"description": "The capacity reservation level for this cluster in GB",
"type": "integer",
"format": "int32",
"enum": [
500,
1000,
2000,
5000
Expand Down