Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1468e37 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MaorElf committed Sep 24, 2023
1 parent f24bb98 commit bc702cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,12 @@
"example": true,
"description": "When set to `true` Elastigroup will launch On Demand instances if no spot market is available\n"
},
"considerODPricing": {
"type": "boolean",
"default": false,
"example": false,
"description": "When the value is set to `true`, Elastigroup will prioritize launching On-Demand instances if they are found to be more cost-effective than available Spot markets.\n"
},
"utilizeReservedInstances": {
"type": "boolean",
"description": "In case of any available Reserved Instances, Elastigroup will utilize them before purchasing Spot instances\n",
Expand Down Expand Up @@ -3872,6 +3878,12 @@
"example": true,
"description": "When set to `true` Elastigroup will launch On Demand instances if no spot market is available\n"
},
"considerODPricing": {
"type": "boolean",
"default": false,
"example": false,
"description": "When the value is set to `true`, Elastigroup will prioritize launching On-Demand instances if they are found to be more cost-effective than available Spot markets.\n"
},
"utilizeReservedInstances": {
"type": "boolean",
"description": "In case of any available Reserved Instances, Elastigroup will utilize them before purchasing Spot instances\n",
Expand Down

0 comments on commit bc702cd

Please sign in to comment.