Source code for cfxdb.gen.log.MNodeState

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: log

# Managed nodes run-time (live) states.
[docs] class MNodeState(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