ComputeNodeState type
ComputeNodeState の値を定義します。 使用可能な値は、'idle'、'rebooting'、'reimaging'、'running'、'unusable'、'creating'、'starting'、'waitingForStartTask'、'startTaskFailed'、'unknown'、'leavingPool'、'offline'、'preempted' です。
type ComputeNodeState =
| "idle"
| "rebooting"
| "reimaging"
| "running"
| "unusable"
| "creating"
| "starting"
| "waitingforstarttask"
| "starttaskfailed"
| "unknown"
| "leavingpool"
| "offline"
| "preempted"