INPUT_OBJECT
AddDb2InstanceInput
Description
Input for adding a DB2 instance.
link GraphQL Schema definition
- input AddDb2InstanceInput {
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- # Required. The request object containing parameters like username, password, and
- # list of hosts required to add a Db2 instance to the Rubrik cluster.
- Db2InstanceRequestConfigInput! :
- }