models.severity_enum module

class models.severity_enum.SeverityEnum[source]

Bases: object

Implementation of the ‘Severity’ enum.

Specifies the severity level of an Alert. kCritical - Alerts whose severity type is Critical. kWarning - Alerts whose severity type is Warning. kInfo - Alerts whose severity type is Info.

Attributes:

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

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