OBJECT

PatchDb2InstanceReply

Description

Supported in v7.0+

link GraphQL Schema definition

  • type PatchDb2InstanceReply {
  • # Required. Supported in v7.0+
  • # Status of the refresh job triggered on the edited instance.
  • asyncRequestStatus: AsyncRequestStatus
  • # Required. Supported in v7.0+
  • # Summary of the edited Db2 instance.
  • db2InstanceSummary: Db2InstanceSummary
  • }

link Require by