ENUM

Db2DatabaseStatus

Description

Db2 database status.

link GraphQL Schema definition

  • enum Db2DatabaseStatus {
  • # Unable to determine the status of the Db2 database.
  • DBSTATUS_UNSPECIFIED
  • # Db2 database is in ERROR state.
  • ERROR
  • # Db2 database is in OK state.
  • OK
  • # Db2 database is in UNKNOWN state.
  • UNKNOWN
  • # Db2 database is in WARNING state.
  • WARNING
  • }