Class: Google::Apis::SqladminV1::InstancesReencryptRequest
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1::InstancesReencryptRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1/classes.rb,
lib/google/apis/sqladmin_v1/representations.rb,
lib/google/apis/sqladmin_v1/representations.rb
Overview
Database Instance reencrypt request.
Instance Attribute Summary collapse
-
#backup_reencryption_config ⇒ Google::Apis::SqladminV1::BackupReencryptionConfig
Backup Reencryption Config Corresponds to the JSON property
backupReencryptionConfig
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesReencryptRequest
constructor
A new instance of InstancesReencryptRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstancesReencryptRequest
Returns a new instance of InstancesReencryptRequest.
2607 2608 2609 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 2607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backup_reencryption_config ⇒ Google::Apis::SqladminV1::BackupReencryptionConfig
Backup Reencryption Config
Corresponds to the JSON property backupReencryptionConfig
2605 2606 2607 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 2605 def backup_reencryption_config @backup_reencryption_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2612 2613 2614 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 2612 def update!(**args) @backup_reencryption_config = args[:backup_reencryption_config] if args.key?(:backup_reencryption_config) end |