Skip to content

Commit

Permalink
Deploying to gh-pages from @ d672ba6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yinnonbar committed Dec 18, 2024
1 parent 2643dab commit 9939930
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -54166,6 +54166,24 @@
"type": "boolean",
"example": true,
"description": "Enable committed use discounts utilization.\n"
},
"revertToPreferred": {
"type": "object",
"description": "Allow the replacement of instances to Preferred ones if available.\n",
"properties": {
"shouldPerform": {
"type": "boolean",
"default": true,
"description": "If enabled, replacements will be performed for all of your cluster, unless configured on VNG level. TRUE is the default.\n"
},
"maxBatchPercentage": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"default": 10,
"description": "Decide on the % of instances that will be replaced simultaneously.\n"
}
}
}
}
},
Expand Down Expand Up @@ -57613,6 +57631,24 @@
"type": "boolean",
"example": true,
"description": "Enable committed use discounts utilization.\n"
},
"revertToPreferred": {
"type": "object",
"description": "Allow the replacement of instances to Preferred ones if available.\n",
"properties": {
"shouldPerform": {
"type": "boolean",
"default": true,
"description": "If enabled, replacements will be performed for your VNG. TRUE is the default.\n"
},
"maxBatchPercentage": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"default": 10,
"description": "Decide on the % of instances that will be replaced simultaneously.\n"
}
}
}
}
},
Expand Down

0 comments on commit 9939930

Please sign in to comment.