class documentation

class AnnounceSyncType(ACMEIntEnum):

View In Hierarchy

Announce Sync Types

Constant BI_DIRECTIONAL Announcement shall be done bi-directional, ie. changes in the announced resource are synced back.
Constant UNI_DIRECTIONAL Announcement shall be done uni-directional, ie. changes in the announced resource are not synced back.

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

Announcement shall be done bi-directional, ie. changes in the announced resource are synced back.

Value
2
UNI_DIRECTIONAL: int =

Announcement shall be done uni-directional, ie. changes in the announced resource are not synced back.

Value
1