Expand description
VM lifecycle phases — internal six-state enum.
The internal phase enum is richer than the upstream three-value wire vocabulary so
handlers can produce precise fault_messages on misordered requests. The wire form
is a separate type owned by squib-api; this enum never crosses the HTTP boundary.
Enums§
- Lifecycle
Phase - Internal lifecycle phase — six values. Never serialized to the wire.
- Wire
VmState - The wire-shape vocabulary served by
GET /— exactly the upstream three values.