models.alert_severity_list_enum module

class models.alert_severity_list_enum.AlertSeverityListEnum[source]

Bases: object

Implementation of the ‘alertSeverityList’ 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'