Class: DatadogAPIClient::V2::TagIndexingRuleAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TagIndexingRuleAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb
Overview
Attributes of a tag indexing rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Timestamp when the rule was created.
-
#created_by_handle ⇒ Object
Handle of the user who created the rule.
-
#exclude_tags_mode ⇒ Object
When true, the rule excludes the listed tags and indexes all others.
-
#ignored_metric_name_matches ⇒ Object
Metric name prefixes excluded from the rule's scope.
-
#metric_name_matches ⇒ Object
Metric name prefixes (glob patterns) this rule applies to.
-
#modified_at ⇒ Object
Timestamp when the rule was last modified.
-
#modified_by_handle ⇒ Object
Handle of the user who last modified the rule.
-
#name ⇒ Object
Human-readable name for the rule.
-
#options ⇒ Object
Versioned configuration options for a tag indexing rule.
-
#rule_order ⇒ Object
Evaluation order within the org.
-
#tags ⇒ Object
Tag keys managed by this rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 57 def additional_properties @additional_properties end |
#created_at ⇒ Object
Timestamp when the rule was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 25 def created_at @created_at end |
#created_by_handle ⇒ Object
Handle of the user who created the rule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 28 def created_by_handle @created_by_handle end |
#exclude_tags_mode ⇒ Object
When true, the rule excludes the listed tags and indexes all others. When false (default), the rule includes only the listed tags.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 31 def @exclude_tags_mode end |
#ignored_metric_name_matches ⇒ Object
Metric name prefixes excluded from the rule's scope.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 34 def ignored_metric_name_matches @ignored_metric_name_matches end |
#metric_name_matches ⇒ Object
Metric name prefixes (glob patterns) this rule applies to.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 37 def metric_name_matches @metric_name_matches end |
#modified_at ⇒ Object
Timestamp when the rule was last modified.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 40 def modified_at @modified_at end |
#modified_by_handle ⇒ Object
Handle of the user who last modified the rule.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 43 def modified_by_handle @modified_by_handle end |
#name ⇒ Object
Human-readable name for the rule.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 46 def name @name end |
#options ⇒ Object
Versioned configuration options for a tag indexing rule.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 49 def @options end |
#rule_order ⇒ Object
Evaluation order within the org. Lower values are evaluated first. Assigned server-side on create (max+1); pass on update to change the rule's position.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 52 def rule_order @rule_order end |
#tags ⇒ Object
Tag keys managed by this rule.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb', line 55 def @tags end |