INPUT_OBJECT

CreateOnDemandDb2BackupInput

Description

Input for creating an on-demand Db2 backup.

link GraphQL Schema definition

  • input CreateOnDemandDb2BackupInput {
  • # Configuration for the on demand backup.
  • config: BaseOnDemandSnapshotConfigInput
  • # Required. ID assigned to a Db2 database object.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by