Source code for cfxdb.gen.log.MasterState

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: log

# CFC instance (master node) run-time (live) states.
[docs] class MasterState(object): # Unset state.
[docs] NONE = 0
# Online and fully operational.
[docs] ONLINE = 1
# Online, but some error occurred and some features or entities might be unavailable.
[docs] DEGRADED = 2
# Ended gracefully.
[docs] ENDED = 3
# The state was determined as "not current" (eg when the previous running CFC was hard-killed) and the record was cleaned up (marked as ended).
[docs] PURGED = 4