DBaaS Service Common
Properties
| Property | Type | Required | Description |
|---|---|---|---|
name | string | yes | Service name Min length: 0. Max length: 63. |
plan | string | yes | Subscription plan |
type | string | yes | Service type code Min length: 0. Max length: 64. |
created-at | string | no | Service creation timestamp (ISO 8601) ISO 8601 date-time. |
disk-size | integer | no | TODO UNIT disk space for data storage Min: 0. |
integrations | array of DBaaS Integration | no | Service integrations |
node-count | integer | no | Number of service nodes in the active plan Min: 0. |
node-cpu-count | integer | no | Number of CPUs for each node Min: 0. |
node-memory | integer | no | TODO UNIT of memory for each node Min: 0. |
notifications | array of Service notifications | no | Service notifications |
state | string | no | State of the service Allowed values: running, rebuilding, rebalancing, poweroff. |
termination-protection | boolean | no | Service is protected against termination and powering off |
updated-at | string | no | Service last update timestamp (ISO 8601) ISO 8601 date-time. |
zone | string | no | The zone where the service is running |
Last updated on