state property

String? state
getter/setter pair

The state of the SingleTenantHsmInstanceProposal.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified.
  • "CREATING" : The SingleTenantHsmInstanceProposal is being created.
  • "PENDING" : The SingleTenantHsmInstanceProposal is pending approval.
  • "APPROVED" : The SingleTenantHsmInstanceProposal has been approved.
  • "RUNNING" : The SingleTenantHsmInstanceProposal is being executed.
  • "SUCCEEDED" : The SingleTenantHsmInstanceProposal has been executed successfully.
  • "FAILED" : The SingleTenantHsmInstanceProposal has failed.
  • "DELETED" : The SingleTenantHsmInstanceProposal has been deleted and will be purged after the purge_time.

Implementation

core.String? state;