HsmState type
The state of an HSM resource.
KnownHsmState can be used interchangeably with HsmState,
this enum contains the known values that the service supports.
Known values supported by the service
Unknown: The HSM state is unknown.
Deploying: The HSM is being deployed.
ConfiguringSlb: The HSM's software load balancer (SLB) is being configured.
Starting: The HSM is starting.
Started: The HSM has started and is running.
Failed: The HSM has failed.
Relocating: The HSM is being relocated.
Deleting: The HSM is being deleted.
DeletingSlbEntry: The HSM's software load balancer (SLB) entry is being deleted.
InitialProvisioning: The HSM is being provisioned for the first time.
Updating: The HSM is being updated.
Degraded: The HSM is running in a degraded state.
DelayedDeletion: The HSM deletion has been delayed.
type HsmState = string