Class: DatadogAPIClient::V1::MonitorThresholds

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#criticalObject

The monitor ‘CRITICAL` threshold.



25
26
27
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 25

def critical
  @critical
end

#critical_recoveryObject

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

#okObject

The monitor ‘OK` threshold.



31
32
33
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 31

def ok
  @ok
end

#unknownObject

The monitor UNKNOWN threshold.



34
35
36
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 34

def unknown
  @unknown
end

#warningObject

The monitor ‘WARNING` threshold.



37
38
39
# File 'lib/datadog_api_client/v1/models/monitor_thresholds.rb', line 37

def warning
  @warning
end

#warning_recoveryObject

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