Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1018 Bytes

DbaasNodeState.md

File metadata and controls

39 lines (23 loc) · 1018 Bytes

DbaasNodeState

Automatic maintenance settings

Properties

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

Enum: RoleEnum

Name Value
STANDBY "standby"
MASTER "master"
READ_REPLICA "read-replica"

Enum: StateEnum

Name Value
LEAVING "leaving"
RUNNING "running"
SYNCING_DATA "syncing_data"
SETTING_UP_VM "setting_up_vm"
UNKNOWN "unknown"