Skip to content

Commit

Permalink
Deploying to gh-pages from @ e27e9a5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
noamSpot committed Sep 14, 2023
1 parent 14ea41d commit 0adb36d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -38259,6 +38259,31 @@
"description": "Must be greater than or equal to 0.\n",
"example": 1
},
"dynamicIops": {
"type": "object",
"description": "Set dynamic IOPS properties. When using this object, you cannot use the 'iops' object. You must use one or the other.\n",
"properties": {
"baseSize": {
"type": "integer",
"description": "Initial size for IOPS.\n",
"example": 50
},
"resource": {
"type": "string",
"enum": [
"CPU",
"MEMORY"
],
"description": "",
"example": "CPU"
},
"sizePerResourceUnit": {
"type": "integer",
"description": "Additional size per resource unit (in IOPS).\nFor example: if baseSize=50, and sizePerResourceUnit=20, and an instance with 2 CPU is launched - its IOPS size will be: 90\n",
"example": 20
}
}
},
"kmsKeyId": {
"type": "string",
"example": "alias/aws/ebs"
Expand Down

0 comments on commit 0adb36d

Please sign in to comment.