Module: SDM::NodeState
- Defined in:
- lib/constants.rb
Overview
Node Lifecycle States, defining whether a node was last reported online, offline, restarting, etc.
Constant Summary collapse
- NEW =
"new"- VERIFYING_RESTART =
"verifying_restart"- AWAITING_RESTART =
"awaiting_restart"- RESTARTING =
"restarting"- STARTED =
"started"- STOPPED =
"stopped"- DEAD =
"dead"