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.
- : String!
- # Required. Supported in v9.4+
- # The ID of the full backup to which the database has to be recovered.
- : 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.
- : String
- # Supported in v9.4+
- : SapHanaRestoreSourceConfigInput
- }