INPUT_OBJECT

RecoverToFullBackupSapHanaDbConfigInput

link GraphQL Schema definition

  • input RecoverToFullBackupSapHanaDbConfigInput {
  • # Required. The database ID that you want to recover.
  • dbId: String!
  • # Required. The ID of the full backup to which the database has to be recovered.
  • fullSnapshotId: String!
  • # The location from where the full backup has to be downloaded back to the source
  • # cluster, if it is not present on the local cluster.
  • remoteLocationId: String
  • sourceDbConfig: SapHanaRestoreSourceConfigInput
  • }