Class: DatadogAPIClient::V1::HostMapWidgetDefinitionStyle Deprecated
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetDefinitionStyle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb
Overview
Deprecated.
This model is deprecated.
Deprecated - The style to apply to the legacy metric-based host map widget. Use HostMapWidgetInfrastructureStyle instead.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#fill_max ⇒ Object
Max value to use to color the map.
-
#fill_min ⇒ Object
Min value to use to color the map.
-
#palette ⇒ Object
Color palette to apply to the widget.
-
#palette_flip ⇒ Object
Whether to flip the palette tones.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 38 def additional_properties @additional_properties end |
#fill_max ⇒ Object
Max value to use to color the map.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 27 def fill_max @fill_max end |
#fill_min ⇒ Object
Min value to use to color the map.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 30 def fill_min @fill_min end |
#palette ⇒ Object
Color palette to apply to the widget.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 33 def palette @palette end |
#palette_flip ⇒ Object
Whether to flip the palette tones.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 36 def palette_flip @palette_flip end |