Class: DatadogAPIClient::V1::MonitorThresholds
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorThresholds
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_thresholds.rb
Overview
List of the different monitor threshold available.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#critical ⇒ Object
The monitor ‘CRITICAL` threshold.
-
#critical_recovery ⇒ Object
The monitor ‘CRITICAL` recovery threshold.
-
#ok ⇒ Object
The monitor ‘OK` threshold.
-
#unknown ⇒ Object
The monitor UNKNOWN threshold.
-
#warning ⇒ Object
The monitor ‘WARNING` threshold.
-
#warning_recovery ⇒ Object
The monitor ‘WARNING` recovery threshold.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 42 def additional_properties @additional_properties end |
#critical ⇒ Object
The monitor ‘CRITICAL` threshold.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 25 def critical @critical end |
#critical_recovery ⇒ Object
The monitor ‘CRITICAL` recovery threshold.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 28 def critical_recovery @critical_recovery end |
#ok ⇒ Object
The monitor ‘OK` threshold.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 31 def ok @ok end |
#unknown ⇒ Object
The monitor UNKNOWN threshold.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 34 def unknown @unknown end |
#warning ⇒ Object
The monitor ‘WARNING` threshold.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 37 def warning @warning end |
#warning_recovery ⇒ Object
The monitor ‘WARNING` recovery threshold.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 40 def warning_recovery @warning_recovery end |