Class: Google::Cloud::Sql::V1::InstancesReencryptRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::InstancesReencryptRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Database Instance reencrypt request.
Instance Attribute Summary collapse
-
#backup_reencryption_config ⇒ ::Google::Cloud::Sql::V1::BackupReencryptionConfig
Configuration specific to backup re-encryption.
Instance Attribute Details
#backup_reencryption_config ⇒ ::Google::Cloud::Sql::V1::BackupReencryptionConfig
Returns Configuration specific to backup re-encryption.
515 516 517 518 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 515 class InstancesReencryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |