public enum CmekConfig.Types.State
Reference documentation and code samples for the Discovery Engine v1 API enum CmekConfig.Types.State.
States of the CmekConfig.
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The CmekConfig can be used with DataStores. |
ActiveRotating |
The KMS key version is being rotated. |
Creating |
The CmekConfig is creating. |
DeleteFailed |
The CmekConfig deletion process failed. |
Deleted |
The KMS key is soft deleted. Some cleanup policy will eventually be applied. |
Deleting |
The CmekConfig is deleting. |
KeyIssue |
The CmekConfig is unavailable, most likely due to the KMS Key being revoked. |
Unspecified |
The CmekConfig state is unknown. |
Unusable |
The CmekConfig is not usable, most likely due to some internal issue. |