class documentation

class BeaconCriteria(ACMEIntEnum):

View In Hierarchy

TimeSyncBeacon criteria.

Constant LOSS_OF_SYNCHRONIZATION When loss of synchronization happens.
Constant PERIODIC Periodic check (default).

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.
LOSS_OF_SYNCHRONIZATION: int =

When loss of synchronization happens.

Value
2
PERIODIC: int =

Periodic check (default).

Value
1