INPUT_OBJECT

Db2InstanceRequestConfigInput

Description

Supported in v7.0+

link GraphQL Schema definition

  • input Db2InstanceRequestConfigInput {
  • # Required. Supported in v7.0+
  • # List of hosts that are a part of this Db2 instance.
  • hostIds: [String!]!
  • # Required. Supported in v7.0+
  • # Instance name of the Db2 instance.
  • instanceName: String!
  • # Required. Supported in v7.0+
  • # Password of the Db2 instance.
  • password: String!
  • # Required. Supported in v7.0+
  • # Username of the Db2 instance.
  • username: String!
  • }