Enum EncryptionInfo.KmsKeyState (0.29.0)

public enum EncryptionInfo.KmsKeyState extends Enum<EncryptionInfo.KmsKeyState> implements ProtocolMessageEnum

The state of the KMS key perceived by the system. Refer to the public documentation for the impact of each state.

Protobuf enum google.cloud.redis.cluster.v1.EncryptionInfo.KmsKeyState

Implements

ProtocolMessageEnum

Static Fields

Name Description
BILLING_DISABLED

Billing is disabled for the project.

BILLING_DISABLED = 7;

BILLING_DISABLED_VALUE

Billing is disabled for the project.

BILLING_DISABLED = 7;

DESTROYED

The KMS key is destroyed.

DESTROYED = 4;

DESTROYED_VALUE

The KMS key is destroyed.

DESTROYED = 4;

DESTROY_SCHEDULED

The KMS key is scheduled to be destroyed.

DESTROY_SCHEDULED = 5;

DESTROY_SCHEDULED_VALUE

The KMS key is scheduled to be destroyed.

DESTROY_SCHEDULED = 5;

DISABLED

The KMS key is disabled.

DISABLED = 3;

DISABLED_VALUE

The KMS key is disabled.

DISABLED = 3;

EKM_KEY_UNREACHABLE_DETECTED

The EKM key is unreachable.

EKM_KEY_UNREACHABLE_DETECTED = 6;

EKM_KEY_UNREACHABLE_DETECTED_VALUE

The EKM key is unreachable.

EKM_KEY_UNREACHABLE_DETECTED = 6;

ENABLED

The KMS key is enabled and correctly configured.

ENABLED = 1;

ENABLED_VALUE

The KMS key is enabled and correctly configured.

ENABLED = 1;

KMS_KEY_STATE_UNSPECIFIED

The default value. This value is unused.

KMS_KEY_STATE_UNSPECIFIED = 0;

KMS_KEY_STATE_UNSPECIFIED_VALUE

The default value. This value is unused.

KMS_KEY_STATE_UNSPECIFIED = 0;

PERMISSION_DENIED

Permission denied on the KMS key.

PERMISSION_DENIED = 2;

PERMISSION_DENIED_VALUE

Permission denied on the KMS key.

PERMISSION_DENIED = 2;

UNKNOWN_FAILURE

All other unknown failures.

UNKNOWN_FAILURE = 8;

UNKNOWN_FAILURE_VALUE

All other unknown failures.

UNKNOWN_FAILURE = 8;

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