# DBaaS Plan

DBaaS plan

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `authorized` | boolean | no | Requires authorization or publicly available |
| `backup-config` | [DBaaS plan backup config](/reference/api/_schemas/dbaas-backup-config/) | no | DBaaS plan backup config |
| `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<br/><br/>Min: `0`. |
| `name` | string | no | DBaaS plan name |
| `node-count` | integer | no | DBaaS plan node count<br/><br/>Min: `0`. |
| `node-cpu-count` | integer | no | DBaaS plan CPU count per node<br/><br/>Min: `0`. |
| `node-memory` | integer | no | DBaaS plan memory count per node<br/><br/>Min: `0`. |
| `zones` | array[string] | no | Zones where the plan is available |

