Module: Google::Cloud::NetApp::V1::EncryptionType
- Defined in:
- proto_docs/google/cloud/netapp/v1/common.rb
Overview
The volume encryption key source.
Constant Summary collapse
- ENCRYPTION_TYPE_UNSPECIFIED =
The source of the encryption key is not specified.
0
- SERVICE_MANAGED =
Google managed encryption key.
1
- CLOUD_KMS =
Customer managed encryption key, which is stored in KMS.
2