UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines (9 loc) 542 B
/** Possible values for StreamAlertConditionThresholdTypeEnum */ export var StreamAlertConditionThresholdTypeEnum; (function (StreamAlertConditionThresholdTypeEnum) { StreamAlertConditionThresholdTypeEnum["EQ"] = "EQ"; StreamAlertConditionThresholdTypeEnum["GT"] = "GT"; StreamAlertConditionThresholdTypeEnum["GTE"] = "GTE"; StreamAlertConditionThresholdTypeEnum["LT"] = "LT"; StreamAlertConditionThresholdTypeEnum["LTE"] = "LTE"; })(StreamAlertConditionThresholdTypeEnum || (StreamAlertConditionThresholdTypeEnum = {}));