Enum BackupVault.EncryptionState (0.61.0)

public enum BackupVault.EncryptionState extends Enum<BackupVault.EncryptionState> implements ProtocolMessageEnum

Encryption state of customer-managed encryption keys (CMEK) backups.

Protobuf enum google.cloud.netapp.v1.BackupVault.EncryptionState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENCRYPTION_STATE_COMPLETED

Encryption is complete.

ENCRYPTION_STATE_COMPLETED = 2;

ENCRYPTION_STATE_COMPLETED_VALUE

Encryption is complete.

ENCRYPTION_STATE_COMPLETED = 2;

ENCRYPTION_STATE_FAILED

Encryption has failed.

ENCRYPTION_STATE_FAILED = 4;

ENCRYPTION_STATE_FAILED_VALUE

Encryption has failed.

ENCRYPTION_STATE_FAILED = 4;

ENCRYPTION_STATE_IN_PROGRESS

Encryption is in progress.

ENCRYPTION_STATE_IN_PROGRESS = 3;

ENCRYPTION_STATE_IN_PROGRESS_VALUE

Encryption is in progress.

ENCRYPTION_STATE_IN_PROGRESS = 3;

ENCRYPTION_STATE_PENDING

Encryption state is pending.

ENCRYPTION_STATE_PENDING = 1;

ENCRYPTION_STATE_PENDING_VALUE

Encryption state is pending.

ENCRYPTION_STATE_PENDING = 1;

ENCRYPTION_STATE_UNSPECIFIED

Encryption state not set.

ENCRYPTION_STATE_UNSPECIFIED = 0;

ENCRYPTION_STATE_UNSPECIFIED_VALUE

Encryption state not set.

ENCRYPTION_STATE_UNSPECIFIED = 0;

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()