INPUT_OBJECT
RecoverToFullBackupSapHanaDbConfigInput
link GraphQL Schema definition
- input RecoverToFullBackupSapHanaDbConfigInput {
- # Required. The database ID that you want to recover.
- String! :
- # Required. The ID of the full backup to which the database has to be recovered.
- 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.
- String :
- SapHanaRestoreSourceConfigInput :
- }