public enum SingleTenantHsmInstance.State extends Enum<SingleTenantHsmInstance.State> implements ProtocolMessageEnumThe set of states of a SingleTenantHsmInstance.
Protobuf enum google.cloud.kms.v1.SingleTenantHsmInstance.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
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. |
ACTIVE_VALUE |
The SingleTenantHsmInstance is ready to use. A SingleTenantHsmInstance must be in the ACTIVE state for all CryptoKeys created within the SingleTenantHsmInstance to be usable. |
CREATING |
The SingleTenantHsmInstance is being created. |
CREATING_VALUE |
The SingleTenantHsmInstance is being created. |
DELETED |
The SingleTenantHsmInstance has been deleted. |
DELETED_VALUE |
The SingleTenantHsmInstance has been deleted. |
DELETING |
The SingleTenantHsmInstance is being deleted. Requests to the instance will be rejected in this state. |
DELETING_VALUE |
The SingleTenantHsmInstance is being deleted. Requests to the instance will be rejected in this state. |
DISABLED |
The SingleTenantHsmInstance is disabled. |
DISABLED_VALUE |
The SingleTenantHsmInstance is disabled. |
DISABLING |
The SingleTenantHsmInstance is being disabled. |
DISABLING_VALUE |
The SingleTenantHsmInstance is being disabled. |
FAILED |
The SingleTenantHsmInstance has failed and can not be recovered or used. |
FAILED_VALUE |
The SingleTenantHsmInstance has failed and can not be recovered or used. |
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. |
PENDING_TWO_FACTOR_AUTH_REGISTRATION_VALUE |
The SingleTenantHsmInstance is waiting for 2FA keys to be registered. This can be done by calling CreateSingleTenantHsmInstanceProposal with the [RegisterTwoFactorAuthKeys][] operation. |
STATE_UNSPECIFIED |
Not specified. |
STATE_UNSPECIFIED_VALUE |
Not specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|