models.alerting_policy_enum module

class models.alerting_policy_enum.AlertingPolicyEnum[source]

Bases: object

Implementation of the ‘AlertingPolicy’ enum.

TODO: type enum description here.

Attributes:

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

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