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
1310 1311 1312 |
# File 'generated/google/apis/sqladmin_v1beta4/classes.rb', line 1310 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
1308 1309 1310 |
# File 'generated/google/apis/sqladmin_v1beta4/classes.rb', line 1308 def restore_backup_context @restore_backup_context end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1315 1316 1317 |
# File 'generated/google/apis/sqladmin_v1beta4/classes.rb', line 1315 def update!(**args) @restore_backup_context = args[:restore_backup_context] if args.key?(:restore_backup_context) end |