Source code for cfxdb.gen.log.MasterNodeUsageStatus # automatically generated by the FlatBuffers compiler, do not modify # namespace: log [docs] class MasterNodeUsageStatus(object): # Unset state. [docs] NONE = 0 # Online and fully operational. [docs] RECEIVED = 1 # Online, but some error occurred and some features or entities might be unavailable. [docs] SUCCESS = 2 [docs] FAILED = 3