Reference documentation and code samples for the Cloud KMS V1 Client class State.
The set of states of a SingleTenantHsmInstanceProposal.
Protobuf type google.cloud.kms.v1.SingleTenantHsmInstanceProposal.State
Namespace
Google \ Cloud \ Kms \ V1 \ SingleTenantHsmInstanceProposalMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The SingleTenantHsmInstanceProposal is being created.
Generated from protobuf enum CREATING = 1;
PENDING
Value: 2The SingleTenantHsmInstanceProposal is pending approval.
Generated from protobuf enum PENDING = 2;
APPROVED
Value: 3The SingleTenantHsmInstanceProposal has been approved.
Generated from protobuf enum APPROVED = 3;
RUNNING
Value: 4The SingleTenantHsmInstanceProposal is being executed.
Generated from protobuf enum RUNNING = 4;
SUCCEEDED
Value: 5The SingleTenantHsmInstanceProposal has been executed successfully.
Generated from protobuf enum SUCCEEDED = 5;
FAILED
Value: 6The SingleTenantHsmInstanceProposal has failed.
Generated from protobuf enum FAILED = 6;
DELETED
Value: 7The SingleTenantHsmInstanceProposal has been deleted and will be purged after the purge_time.
Generated from protobuf enum DELETED = 7;