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.
- String!]! : [
- # Required. Supported in v7.0+
- # Instance name of the Db2 instance.
- String! :
- # Required. Supported in v7.0+
- # Password of the Db2 instance.
- String! :
- # Required. Supported in v7.0+
- # Username of the Db2 instance.
- String! :
- }