models.severity_notification_rule_enum module

class models.severity_notification_rule_enum.SeverityNotificationRuleEnum[source]

Bases: object

Implementation of the ‘Severity_NotificationRule’ enum.

TODO: type enum description here.

Attributes:

KCRITICAL: TODO: type description here. KWARNING: TODO: type description here. KINFO: TODO: type description here.

KCRITICAL = 'kCritical'
KINFO = 'kInfo'
KWARNING = 'kWarning'