Plans
DBaaS plan
Properties
| Property | Type | Required | Description |
|---|---|---|---|
authorized | boolean | no | Requires authorization or publicly available |
backup-config | object | no | DBaaS plan backup config schema details |
disk-space | integer | no | DBaaS plan disk space |
family | string | no | Instance family subset which the service can use |
max-memory-percent | integer | no | DBaaS plan max memory allocated percentage |
name | string | no | DBaaS plan name |
node-count | integer | no | DBaaS plan node count |
node-cpu-count | integer | no | DBaaS plan CPU count per node |
node-memory | integer | no | DBaaS plan memory count per node |
zones | array[string] | no | Zones where the plan is available |
Last updated on