Cloud Key Management Service (KMS) V1 API - Module Google::Cloud::Kms::V1::SingleTenantHsmInstance::State (v1.10.0)

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API module Google::Cloud::Kms::V1::SingleTenantHsmInstance::State.

The set of states of a SingleTenantHsmInstance.

Constants

STATE_UNSPECIFIED

value: 0
Not specified.

CREATING

value: 1
The SingleTenantHsmInstance is being created.

PENDING_TWO_FACTOR_AUTH_REGISTRATION

value: 2
The SingleTenantHsmInstance is waiting for 2FA keys to be registered. This can be done by calling CreateSingleTenantHsmInstanceProposal with the [RegisterTwoFactorAuthKeys][] operation.

ACTIVE

value: 3
The SingleTenantHsmInstance is ready to use. A SingleTenantHsmInstance must be in the ACTIVE state for all CryptoKeys created within the SingleTenantHsmInstance to be usable.

DISABLING

value: 4
The SingleTenantHsmInstance is being disabled.

DISABLED

value: 5
The SingleTenantHsmInstance is disabled.

DELETING

value: 6
The SingleTenantHsmInstance is being deleted. Requests to the instance will be rejected in this state.

DELETED

value: 7
The SingleTenantHsmInstance has been deleted.

FAILED

value: 8
The SingleTenantHsmInstance has failed and can not be recovered or used.