Automatic maintenance settings
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the service node | |
| progressUpdates | List<DbaasNodeStateProgressUpdate> | Extra information regarding the progress for current state | [optional] |
| role | RoleEnum | Role of this node. Only returned for a subset of service types | [optional] |
| state | StateEnum | Current state of the service node |
| Name | Value |
|---|---|
| STANDBY | "standby" |
| MASTER | "master" |
| READ_REPLICA | "read-replica" |
| Name | Value |
|---|---|
| LEAVING | "leaving" |
| RUNNING | "running" |
| SYNCING_DATA | "syncing_data" |
| SETTING_UP_VM | "setting_up_vm" |
| UNKNOWN | "unknown" |