View Source GoogleApi.SQLAdmin.V1beta4.Model.InstancesRestoreBackupRequest (google_api_sql_admin v0.65.0)
Database instance restore backup request.
Attributes
-
backup
(type:String.t
, default:nil
) - The name of the backup to restore from in following format: projects/{project-id}/backups/{backup-uid} Only one of restore_backup_context or backup can be passed to the input. -
restoreBackupContext
(type:GoogleApi.SQLAdmin.V1beta4.Model.RestoreBackupContext.t
, default:nil
) - Parameters required to perform the restore backup operation. -
restoreInstanceSettings
(type:GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstance.t
, default:nil
) - Optional. Restore instance settings overrides the instance settings stored as part of the backup. Instance's major database version cannot be changed and the disk size can only be increased. This feature is only available for restores to new instances using the backup name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.InstancesRestoreBackupRequest{ backup: String.t() | nil, restoreBackupContext: GoogleApi.SQLAdmin.V1beta4.Model.RestoreBackupContext.t() | nil, restoreInstanceSettings: GoogleApi.SQLAdmin.V1beta4.Model.DatabaseInstance.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.