OBJECT
Db2HadrInstanceInfo
Description
Details of instances related to a Db2 HADR database.
link GraphQL Schema definition
- type Db2HadrInstanceInfo {
- # Db2 instance parent for the Db2 HADR database.
- : Db2Instance!
- # Role of the HADR database on the specified Db2 instance.
- : String!
- }