Class: DatadogAPIClient::V1::HostMapWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_definition.rb
Overview
The host map widget graphs any metric across your hosts using the same visualization available from the main Host Map page.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom_links ⇒ Object
List of custom links.
-
#group ⇒ Object
List of tag prefixes to group by.
-
#no_group_hosts ⇒ Object
Whether to show the hosts that don’t fit in a group.
-
#no_metric_hosts ⇒ Object
Whether to show the hosts with no metrics.
-
#node_type ⇒ Object
Which type of node to use in the map.
-
#notes ⇒ Object
Notes on the title.
-
#requests ⇒ Object
readonly
List of definitions.
-
#scope ⇒ Object
List of tags used to filter the map.
-
#style ⇒ Object
The style to apply to the widget.
-
#title ⇒ Object
Title of the widget.
-
#title_align ⇒ Object
How to align the text on the widget.
-
#title_size ⇒ Object
Size of the title.
-
#type ⇒ Object
readonly
Type of the host map widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 63 def additional_properties @additional_properties end |
#custom_links ⇒ Object
List of custom links.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 25 def custom_links @custom_links end |
#group ⇒ Object
List of tag prefixes to group by.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 28 def group @group end |
#no_group_hosts ⇒ Object
Whether to show the hosts that don’t fit in a group.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 31 def no_group_hosts @no_group_hosts end |
#no_metric_hosts ⇒ Object
Whether to show the hosts with no metrics.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 34 def no_metric_hosts @no_metric_hosts end |
#node_type ⇒ Object
Which type of node to use in the map.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 37 def node_type @node_type end |
#notes ⇒ Object
Notes on the title.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 40 def notes @notes end |
#requests ⇒ Object
List of definitions.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 43 def requests @requests end |
#scope ⇒ Object
List of tags used to filter the map.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 46 def scope @scope end |
#style ⇒ Object
The style to apply to the widget.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 49 def style @style end |
#title ⇒ Object
Title of the widget.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 52 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 55 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 58 def title_size @title_size end |
#type ⇒ Object
Type of the host map widget.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition.rb', line 61 def type @type end |