class documentation
class NotificationEventType(ACMEIntEnum):
eventNotificationCriteria/NotificationEventTypes
| Method | default |
Return the default NotificationContentType for this NotificationEventType. |
| Method | is |
Return True if the NotificationEventType is allowed for the NotificationContentType. |
| Class Variable | blocking |
Blocking Retrieve (9). |
| Class Variable | blocking |
Blocking Retrieve Direct Child (10). |
| Class Variable | blocking |
Blocking Update (7). |
| Class Variable | create |
Create Direct Child (3). |
| Class Variable | delete |
Delete Direct Child (4). |
| Class Variable | not |
Not Set (0). |
| Class Variable | report |
Report On Generated Missing Data Points (8). |
| Class Variable | resource |
Resource Delete (2). |
| Class Variable | resource |
Resource Update (1) - the default. |
| Class Variable | retrieve |
Retrieve CNT No Child (5). |
| Class Variable | trigger |
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. |
Return the default NotificationContentType for this NotificationEventType.
| Returns | |
NotificationContentType | NotificationContentType. |
Return True if the NotificationEventType is allowed for the NotificationContentType.
| Parameters | |
nct:NotificationContentType | the NotificationContentType |
| Returns | |
bool | True if the NotificationEventType is allowed for the NotificationContentType. |