INPUT_OBJECT

RecoverOpsManagerManagedMongoSourceInput

link GraphQL Schema definition

  • input RecoverOpsManagerManagedMongoSourceInput {
  • # Required. The MongoDB recovery request object contains the details of the
  • # snapshot to be recovered from the source to the target MongoDB cluster.
  • config: MongoOpsManagerManagedSourceRecoveryRequestConfigInput!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by