public enum EncryptionInfo.Types.KmsKeyState
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API enum EncryptionInfo.Types.KmsKeyState.
The state of the KMS key perceived by the system. Refer to the public documentation for the impact of each state.
Namespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Fields |
|
---|---|
Name | Description |
BillingDisabled |
Billing is disabled for the project. |
DestroyScheduled |
The KMS key is scheduled to be destroyed. |
Destroyed |
The KMS key is destroyed. |
Disabled |
The KMS key is disabled. |
EkmKeyUnreachableDetected |
The EKM key is unreachable. |
Enabled |
The KMS key is enabled and correctly configured. |
PermissionDenied |
Permission denied on the KMS key. |
UnknownFailure |
All other unknown failures. |
Unspecified |
The default value. This value is unused. |