class documentation

class NotificationEventType(ACMEIntEnum):

View In Hierarchy

eventNotificationCriteria/NotificationEventTypes

Method defaultNCT Return the default NotificationContentType for this NotificationEventType.
Method isAllowedNCT Return True if the NotificationEventType is allowed for the NotificationContentType.
Class Variable blockingRetrieve Blocking Retrieve (9).
Class Variable blockingRetrieveDirectChild Blocking Retrieve Direct Child (10).
Class Variable blockingUpdate Blocking Update (7).
Class Variable createDirectChild Create Direct Child (3).
Class Variable deleteDirectChild Delete Direct Child (4).
Class Variable notSet Not Set (0).
Class Variable reportOnGeneratedMissingDataPoints Report On Generated Missing Data Points (8).
Class Variable resourceDelete Resource Delete (2).
Class Variable resourceUpdate Resource Update (1) - the default.
Class Variable retrieveCNTNoChild Retrieve CNT No Child (5).
Class Variable triggerReceivedForAE Trigger Received For AE (6).

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.
def defaultNCT(self) -> NotificationContentType:

Return the default NotificationContentType for this NotificationEventType.

Returns
NotificationContentTypeNotificationContentType.
def isAllowedNCT(self, nct: NotificationContentType) -> bool:

Return True if the NotificationEventType is allowed for the NotificationContentType.

Parameters
nct:NotificationContentTypethe NotificationContentType
Returns
boolTrue if the NotificationEventType is allowed for the NotificationContentType.
blockingRetrieve: int =

Blocking Retrieve (9).

blockingRetrieveDirectChild: int =

Blocking Retrieve Direct Child (10).

blockingUpdate: int =

Blocking Update (7).

createDirectChild: int =

Create Direct Child (3).

deleteDirectChild: int =

Delete Direct Child (4).

notSet: int =

Not Set (0).

reportOnGeneratedMissingDataPoints: int =

Report On Generated Missing Data Points (8).

resourceDelete: int =

Resource Delete (2).

resourceUpdate: int =

Resource Update (1) - the default.

retrieveCNTNoChild: int =

Retrieve CNT No Child (5).

triggerReceivedForAE: int =

Trigger Received For AE (6).