Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::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.
EXPIRED
value: 9
The KMS key is expired, meaning the key has been disabled for 30+ days.
The customer can call DeleteCmekConfig to change the state to DELETED.