Reference documentation and code samples for the Google Cloud Net App V1 Client class EncryptionType.
The volume encryption key source.
Protobuf type google.cloud.netapp.v1.EncryptionType
Namespace
Google \ Cloud \ NetApp \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ENCRYPTION_TYPE_UNSPECIFIED
Value: 0
The source of the encryption key is not specified.
Generated from protobuf enum ENCRYPTION_TYPE_UNSPECIFIED = 0;
SERVICE_MANAGED
Value: 1
Google managed encryption key.
Generated from protobuf enum SERVICE_MANAGED = 1;
CLOUD_KMS
Value: 2
Customer managed encryption key, which is stored in KMS.
Generated from protobuf enum CLOUD_KMS = 2;