OBJECT

Db2HadrInstanceInfo

Description

Details of instances related to a Db2 HADR database.

link GraphQL Schema definition

  • type Db2HadrInstanceInfo {
  • # Role of the HADR database on the specified Db2 instance.
  • role: String!
  • # Db2 instance parent for the Db2 HADR database.
  • db2Instance: Db2Instance!
  • }