OBJECT

AddDb2InstanceReply

Description

Supported in v7.0+

link GraphQL Schema definition

  • type AddDb2InstanceReply {
  • # Required. Supported in v7.0+
  • # Status of the refresh job triggered on the new Db2 instance.
  • asyncRequestStatus: AsyncRequestStatus
  • # Required. Supported in v7.0+
  • # ID of the new Db2 instance.
  • id: String!
  • }

link Require by