Class: Google::Apis::SqladminV1beta4::RestoreInstancesBackupRequest
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1beta4::RestoreInstancesBackupRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sqladmin_v1beta4/classes.rb,
generated/google/apis/sqladmin_v1beta4/representations.rb,
generated/google/apis/sqladmin_v1beta4/representations.rb
Overview
Database instance restore backup request.
Instance Attribute Summary collapse
-
#restore_backup_context ⇒ Google::Apis::SqladminV1beta4::RestoreBackupContext
Database instance restore from backup context.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RestoreInstancesBackupRequest
constructor
A new instance of RestoreInstancesBackupRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RestoreInstancesBackupRequest
Returns a new instance of RestoreInstancesBackupRequest
1203 1204 1205 |
# File 'generated/google/apis/sqladmin_v1beta4/classes.rb', line 1203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#restore_backup_context ⇒ Google::Apis::SqladminV1beta4::RestoreBackupContext
Database instance restore from backup context.
Corresponds to the JSON property restoreBackupContext
1201 1202 1203 |
# File 'generated/google/apis/sqladmin_v1beta4/classes.rb', line 1201 def restore_backup_context @restore_backup_context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1208 1209 1210 |
# File 'generated/google/apis/sqladmin_v1beta4/classes.rb', line 1208 def update!(**args) @restore_backup_context = args[:restore_backup_context] if args.key?(:restore_backup_context) end |