Enum EncryptionType (0.2.0)

public enum EncryptionType extends Enum<EncryptionType> implements ProtocolMessageEnum

Defined the current volume encryption key source.

Protobuf enum google.cloud.netapp.v1.EncryptionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLOUD_KMS

Customer managed encryption key, which is stored in KMS.

CLOUD_KMS = 2;

CLOUD_KMS_VALUE

Customer managed encryption key, which is stored in KMS.

CLOUD_KMS = 2;

ENCRYPTION_TYPE_UNSPECIFIED

The source of encryption key is not specified.

ENCRYPTION_TYPE_UNSPECIFIED = 0;

ENCRYPTION_TYPE_UNSPECIFIED_VALUE

The source of encryption key is not specified.

ENCRYPTION_TYPE_UNSPECIFIED = 0;

SERVICE_MANAGED

Google managed encryption key.

SERVICE_MANAGED = 1;

SERVICE_MANAGED_VALUE

Google managed encryption key.

SERVICE_MANAGED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()