models_v2.alert_status_enum module

class models_v2.alert_status_enum.AlertStatusEnum[source]

Bases: object

Implementation of the ‘AlertStatus’ enum.

Specifies Alert Status type.

Attributes:

KSUCCESS: TODO: type description here. KFAILURE: TODO: type description here. KSLAVIOLATION: TODO: type description here.

KFAILURE = 'kFailure'
KSLAVIOLATION = 'kSlaViolation'
KSUCCESS = 'kSuccess'