INPUT_OBJECT

Db2InstancePatchRequestConfigInput

Description

Supported in v7.0+

link GraphQL Schema definition

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