INPUT_OBJECT

RecoverToFullBackupSapHanaDbConfigInput

Description

Supported in v9.4+

link GraphQL Schema definition

  • input RecoverToFullBackupSapHanaDbConfigInput {
  • # Required. Supported in v9.4+
  • # The database ID that you want to recover.
  • dbId: String!
  • # Required. Supported in v9.4+
  • # The ID of the full backup to which the database has to be recovered.
  • fullSnapshotId: String!
  • # Supported in v9.4+
  • # 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
  • # Supported in v9.4+
  • sourceDbConfig: SapHanaRestoreSourceConfigInput
  • }