public enum EncryptionType extends Enum<EncryptionType> implements ProtocolMessageEnum
The volume encryption key source.
Protobuf enum google.cloud.netapp.v1.EncryptionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLOUD_KMS |
Customer managed encryption key, which is stored in KMS. |
CLOUD_KMS_VALUE |
Customer managed encryption key, which is stored in KMS. |
ENCRYPTION_TYPE_UNSPECIFIED |
The source of the encryption key is not specified. |
ENCRYPTION_TYPE_UNSPECIFIED_VALUE |
The source of the encryption key is not specified. |
SERVICE_MANAGED |
Google managed encryption key. |
SERVICE_MANAGED_VALUE |
Google managed encryption key. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |