Class: Google::Cloud::Notebooks::V1::EncryptionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::EncryptionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/runtime.rb
Overview
Represents a custom encryption key configuration that can be applied to a resource. This will encrypt all disks in Virtual Machine.
Instance Attribute Summary collapse
-
#kms_key ⇒ ::String
The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a disks.
Instance Attribute Details
#kms_key ⇒ ::String
Returns The Cloud KMS resource identifier of the customer-managed encryption key
used to protect a resource, such as a disks. It has the following
format:
projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}
.
185 186 187 188 |
# File 'proto_docs/google/cloud/notebooks/v1/runtime.rb', line 185 class EncryptionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |