BatchNodeState type
Enums BatchNodeState
type BatchNodeState =
| "idle"
| "rebooting"
| "reimaging"
| "running"
| "unusable"
| "creating"
| "starting"
| "waitingforstarttask"
| "starttaskfailed"
| "unknown"
| "leavingpool"
| "offline"
| "preempted"
| "upgradingos"
| "deallocated"
| "deallocating"