INPUT_OBJECT

TakeOnDemandOracleDatabaseSnapshotInput

link GraphQL Schema definition

  • input TakeOnDemandOracleDatabaseSnapshotInput {
  • # Required. Configuration for the on-demand snapshot of an Oracle database.
  • config: OracleBackupJobConfigInput!
  • # Required. ID assigned to an Oracle database object.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by