Class: Google::Apis::SqladminV1beta4::InstancesReencryptRequest
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1beta4::InstancesReencryptRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1beta4/classes.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb
Overview
Database Instance reencrypt request.
Instance Attribute Summary collapse
-
#backup_reencryption_config ⇒ Google::Apis::SqladminV1beta4::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.
2528 2529 2530 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 2528 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backup_reencryption_config ⇒ Google::Apis::SqladminV1beta4::BackupReencryptionConfig
Backup Reencryption Config
Corresponds to the JSON property backupReencryptionConfig
2526 2527 2528 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 2526 def backup_reencryption_config @backup_reencryption_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2533 2534 2535 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 2533 def update!(**args) @backup_reencryption_config = args[:backup_reencryption_config] if args.key?(:backup_reencryption_config) end |