Class State (3.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
State(value)
The set of states of a
SingleTenantHsmInstance.
Enums
Name
Description
STATE_UNSPECIFIED
Not specified.
CREATING
The SingleTenantHsmInstance is being created.
PENDING_TWO_FACTOR_AUTH_REGISTRATION
The SingleTenantHsmInstance is waiting for 2FA keys to be registered. This can be done by calling CreateSingleTenantHsmInstanceProposal with the [RegisterTwoFactorAuthKeys][] operation.
ACTIVE
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
The SingleTenantHsmInstance is being disabled.
DISABLED
The SingleTenantHsmInstance is disabled.
DELETING
The SingleTenantHsmInstance is being deleted. Requests to the instance will be rejected in this state.
DELETED
The SingleTenantHsmInstance has been deleted.
FAILED
The SingleTenantHsmInstance has failed and can not be recovered or used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-23 UTC."],[],[]]