Class: DatadogAPIClient::V2::TagIndexingRuleCreateAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb

Overview

Attributes for creating a tag indexing rule.

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/v2/models/tag_indexing_rule_create_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#exclude_tags_modeObject

When true, the rule excludes the listed tags and indexes all others. When false (default), the rule includes only the listed tags.



25
26
27
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb', line 25

def exclude_tags_mode
  @exclude_tags_mode
end

#ignored_metric_name_matchesObject

Metric name prefixes excluded from the rule's scope.



28
29
30
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb', line 28

def ignored_metric_name_matches
  @ignored_metric_name_matches
end

#metric_name_matchesObject

Metric name prefixes (glob patterns) this rule applies to.



31
32
33
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb', line 31

def metric_name_matches
  @metric_name_matches
end

#nameObject

Human-readable name for the rule.



34
35
36
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb', line 34

def name
  @name
end

#optionsObject

Versioned configuration options for a tag indexing rule.



37
38
39
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb', line 37

def options
  @options
end

#tagsObject

Tag keys managed by this rule.



40
41
42
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb', line 40

def tags
  @tags
end