Source code for cfxdb.gen.mrealm.ClusterStatus
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: mrealm
# Cluster status for WebClusters or RouterClusters.
[docs]
class ClusterStatus(object):
# Unset status.
# Initial status of a newly created web cluster.
# The cluster is currently starting.
# The cluster is currently running.
# The cluster is currently paused (it is serving, but the watch/change engine doesn't operate).
# The cluster is currently stopping.
# The cluster is stopped in an error state.
# The cluster is currently running, but degraded (not all components and services desired are actually running at this moment, but some have failed, but may be retried automatically).