Module: Google::Cloud::Redis::Cluster::V1beta1::EncryptionInfo::KmsKeyState
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
The state of the KMS key perceived by the system. Refer to the public documentation for the impact of each state.
Constant Summary collapse
- KMS_KEY_STATE_UNSPECIFIED =
The default value. This value is unused.
0
- ENABLED =
The KMS key is enabled and correctly configured.
1
- PERMISSION_DENIED =
Permission denied on the KMS key.
2
- DISABLED =
The KMS key is disabled.
3
- DESTROYED =
The KMS key is destroyed.
4
- DESTROY_SCHEDULED =
The KMS key is scheduled to be destroyed.
5
- EKM_KEY_UNREACHABLE_DETECTED =
The EKM key is unreachable.
6
- BILLING_DISABLED =
Billing is disabled for the project.
7
- UNKNOWN_FAILURE =
All other unknown failures.
8