Discovery Engine v1beta API - Enum CmekConfig.Types.State (1.0.0-beta24)

public enum CmekConfig.Types.State

Reference documentation and code samples for the Discovery Engine v1beta API enum CmekConfig.Types.State.

States of the CmekConfig.

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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.

Expired

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.

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.