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.
3306 3307 3308 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3306 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
3304 3305 3306 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3304 def backup_reencryption_config @backup_reencryption_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3311 3312 3313 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3311 def update!(**args) @backup_reencryption_config = args[:backup_reencryption_config] if args.key?(:backup_reencryption_config) end |