models_v2.result_enum module¶
-
class
models_v2.result_enum.
ResultEnum
[source]¶ Bases:
object
Implementation of the ‘Result’ enum.
Specifies the result of host checking performed by agent.
- Attributes:
PASS: TODO: type description here. FAIL: TODO: type description here. WARNING: TODO: type description here.
-
FAIL
= 'Fail'¶
-
PASS
= 'Pass'¶
-
WARNING
= 'Warning'¶