Class: Google::Cloud::GkeBackup::V1::EncryptionKey
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::EncryptionKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/common.rb
Overview
Defined a customer managed encryption key that will be used to encrypt Backup artifacts.
Instance Attribute Summary collapse
-
#gcp_kms_encryption_key ⇒ ::String
Optional.
Instance Attribute Details
#gcp_kms_encryption_key ⇒ ::String
Returns Optional. Google Cloud KMS encryption key. Format:
projects/*/locations/*/keyRings/*/cryptoKeys/*
.
60 61 62 63 |
# File 'proto_docs/google/cloud/gkebackup/v1/common.rb', line 60 class EncryptionKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |