Class: DatadogAPIClient::V1::HostMapWidgetInfrastructureRequestLeaf

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_formatsObject

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

#enrichmentsObject

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

#filterObject

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_byObject

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_hostsObject

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_hostsObject

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_typeObject

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_typeObject

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

#styleObject

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