# DBaaS Node State

Automatic maintenance settings

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | string | **yes** | Name of the service node |
| `state` | string | **yes** | Current state of the service node<br/><br/>Allowed values: `leaving`, `running`, `syncing_data`, `setting_up_vm`, `unknown`. |
| `progress-updates` | array of [Extra information regarding the progress for current state](/reference/api/_schemas/dbaas-node-state-progress-update/) | no | Extra information regarding the progress for current state |
| `role` | string | no | Role of this node. Only returned for a subset of service types<br/><br/>Allowed values: `standby`, `master`, `read-replica`. |

