Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::CmekConfig::State.
States of the CmekConfig.
Constants
STATE_UNSPECIFIED
value: 0
The CmekConfig state is unknown.
CREATING
value: 1
The CmekConfig is creating.
ACTIVE
value: 2
The CmekConfig can be used with DataStores.
KEY_ISSUE
value: 3
The CmekConfig is unavailable, most likely due to the KMS Key being
revoked.
DELETING
value: 4
The CmekConfig is deleting.
DELETE_FAILED
value: 7
The CmekConfig deletion process failed.
UNUSABLE
value: 5
The CmekConfig is not usable, most likely due to some internal issue.
ACTIVE_ROTATING
value: 6
The KMS key version is being rotated.
DELETED
value: 8
The KMS key is soft deleted. Some cleanup policy will eventually be
applied.