Class: Google::Cloud::Sql::V1beta4::InstancesReencryptRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::InstancesReencryptRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb
Overview
Database Instance reencrypt request.
Instance Attribute Summary collapse
-
#backup_reencryption_config ⇒ ::Google::Cloud::Sql::V1beta4::BackupReencryptionConfig
Configuration specific to backup re-encryption.
Instance Attribute Details
#backup_reencryption_config ⇒ ::Google::Cloud::Sql::V1beta4::BackupReencryptionConfig
Returns Configuration specific to backup re-encryption.
709 710 711 712 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 709 class InstancesReencryptRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |