Enum SingleTenantHsmInstance.State (2.86.0)

public enum SingleTenantHsmInstance.State extends Enum<SingleTenantHsmInstance.State> implements ProtocolMessageEnum

The set of states of a SingleTenantHsmInstance.

Protobuf enum google.cloud.kms.v1.SingleTenantHsmInstance.State

Implements

ProtocolMessageEnum

Static 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 = 3;

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.

ACTIVE = 3;

CREATING

The SingleTenantHsmInstance is being created.

CREATING = 1;

CREATING_VALUE

The SingleTenantHsmInstance is being created.

CREATING = 1;

DELETED

The SingleTenantHsmInstance has been deleted.

DELETED = 7;

DELETED_VALUE

The SingleTenantHsmInstance has been deleted.

DELETED = 7;

DELETING

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

DELETING = 6;

DELETING_VALUE

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

DELETING = 6;

DISABLED

The SingleTenantHsmInstance is disabled.

DISABLED = 5;

DISABLED_VALUE

The SingleTenantHsmInstance is disabled.

DISABLED = 5;

DISABLING

The SingleTenantHsmInstance is being disabled.

DISABLING = 4;

DISABLING_VALUE

The SingleTenantHsmInstance is being disabled.

DISABLING = 4;

FAILED

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

FAILED = 8;

FAILED_VALUE

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

FAILED = 8;

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 = 2;

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.

PENDING_TWO_FACTOR_AUTH_REGISTRATION = 2;

STATE_UNSPECIFIED

Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified.

STATE_UNSPECIFIED = 0;

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()