Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

DatabaseRestoreFromBackupRequest.md

File metadata and controls

13 lines (9 loc) · 1.02 KB

Org.OpenAPITools.Model.DatabaseRestoreFromBackupRequest

Properties

Name Type Description Notes
Label string A user-supplied label for this Managed Database.
Type string The type of backup restoration to use for this Managed Database. * `pitr`: Point-in-time recovery * `basebackup`: Latest backup (default if omitted) [optional]
Date string The backup date to use when restoring the Managed Database in YYYY-MM-DD date format. Required for `pitr` type requests. [optional]
Time string The backup time to use when restoring the Managed Database in HH-MM-SS time format (24-hour UTC). Required for `pitr` type requests. [optional]

[Back to Model list] [Back to API list] [Back to README]