class documentation

class CSEStatus(ACMEIntEnum):

View In Hierarchy

CSE Status

Constant RESETTING CSE is resetting.
Constant RUNNING CSE is running.
Constant SHUTTINGDOWN CSE is shutting down.
Constant SHUTTINGDOWNRESTART CSE is shutting down to restart.
Constant STARTING CSE is starting.
Constant STOPPED CSE is stopped.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
RESETTING =

CSE is resetting.

Value
auto()
RUNNING =

CSE is running.

Value
auto()
SHUTTINGDOWN =

CSE is shutting down.

Value
auto()
SHUTTINGDOWNRESTART =

CSE is shutting down to restart.

Value
auto()
STARTING =

CSE is starting.

Value
auto()
STOPPED =

CSE is stopped.

Value
auto()