state property

String? state
getter/setter pair

State of the Database.

Output only. Possible string values are:

  • "DATABASE_LIFECYCLE_STATE_UNSPECIFIED" : Default unspecified value.
  • "PROVISIONING" : Indicates that the resource is in provisioning state.
  • "AVAILABLE" : Indicates that the resource is in available state.
  • "UPDATING" : Indicates that the resource is in updating state.
  • "BACKUP_IN_PROGRESS" : Indicates that the resource is in backup in progress state.
  • "UPGRADING" : Indicates that the resource is in upgrading state.
  • "CONVERTING" : Indicates that the resource is in converting state.
  • "TERMINATING" : Indicates that the resource is in terminating state.
  • "TERMINATED" : Indicates that the resource is in terminated state.
  • "RESTORE_FAILED" : Indicates that the resource is in restore failed state.
  • "FAILED" : Indicates that the resource is in failed state.

Implementation

core.String? state;