Source code for cfxdb.gen.arealm.ApplicationRealmStatus
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: arealm
# Status of ApplicationRealm.
[docs]
class ApplicationRealmStatus(object):
# Unset status.
# Initial status of a newly created application realm.
# The application realm is currently starting.
# The application realm is currently running.
# The application realm is currently paused (it is serving, but the watch/change engine doesn't operate).
# The application realm is currently stopping.
# The application realm is stopped in an error state.
# The application realm 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).