Class: Google::Cloud::Bigtable::Admin::V2::Cluster::EncryptionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::Cluster::EncryptionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/instance.rb
Overview
Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster.
Instance Attribute Summary collapse
-
#kms_key_name ⇒ ::String
Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster.
Instance Attribute Details
#kms_key_name ⇒ ::String
236 237 238 239 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 236 class EncryptionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |