Class: DatadogAPIClient::V1::HostMapWidgetInfrastructureRequestLeaf
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetInfrastructureRequestLeaf
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb
Overview
Infrastructure-backed host map child request (leaf node, no further nesting supported).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#conditional_formats ⇒ Object
List of conditional formatting rules applied to fill values.
-
#enrichments ⇒ Object
readonly
Metric or event queries joined to the entity set.
-
#filter ⇒ Object
Filter string for the entity set in tag format (for example,
env:prod). -
#group_by ⇒ Object
Defines how entities are grouped into tiles.
-
#no_group_hosts ⇒ Object
Whether to hide entities that have no group assignment.
-
#no_metric_hosts ⇒ Object
Whether to hide entities that have no enrichment data.
-
#node_type ⇒ Object
readonly
Which type of infrastructure entity to visualize in the host map.
-
#request_type ⇒ Object
readonly
Identifies this as an infrastructure-backed host map request.
-
#style ⇒ Object
Style configuration for the infrastructure host map.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 52 def additional_properties @additional_properties end |
#conditional_formats ⇒ Object
List of conditional formatting rules applied to fill values.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 25 def conditional_formats @conditional_formats end |
#enrichments ⇒ Object
Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 28 def enrichments @enrichments end |
#filter ⇒ Object
Filter string for the entity set in tag format (for example, env:prod).
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 31 def filter @filter end |
#group_by ⇒ Object
Defines how entities are grouped into tiles. The ordering of entries implies the grouping hierarchy.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 35 def group_by @group_by end |
#no_group_hosts ⇒ Object
Whether to hide entities that have no group assignment.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 38 def no_group_hosts @no_group_hosts end |
#no_metric_hosts ⇒ Object
Whether to hide entities that have no enrichment data.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 41 def no_metric_hosts @no_metric_hosts end |
#node_type ⇒ Object
Which type of infrastructure entity to visualize in the host map.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 44 def node_type @node_type end |
#request_type ⇒ Object
Identifies this as an infrastructure-backed host map request.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 47 def request_type @request_type end |
#style ⇒ Object
Style configuration for the infrastructure host map.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb', line 50 def style @style end |