Module: Google::Cloud::DiscoveryEngine::V1::CmekConfig::State

Defined in:
proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb

Overview

States of the CmekConfig.

Constant Summary collapse

STATE_UNSPECIFIED =

The CmekConfig state is unknown.

0
CREATING =

The CmekConfig is creating.

1
ACTIVE =

The CmekConfig can be used with DataStores.

2
KEY_ISSUE =

The CmekConfig is unavailable, most likely due to the KMS Key being revoked.

3
DELETING =

The CmekConfig is deleting.

4
DELETE_FAILED =

The CmekConfig deletion process failed.

7
UNUSABLE =

The CmekConfig is not usable, most likely due to some internal issue.

5
ACTIVE_ROTATING =

The KMS key version is being rotated.

6
DELETED =

The KMS key is soft deleted. Some cleanup policy will eventually be applied.

8