Class: DatadogAPIClient::V2::ArbitraryRuleResponseDataAttributesStrategy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ArbitraryRuleResponseDataAttributesStrategy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb
Overview
The definition of ArbitraryRuleResponseDataAttributesStrategy
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#allocated_by ⇒ Object
The
strategy
allocated_by
. -
#allocated_by_filters ⇒ Object
The
strategy
allocated_by_filters
. -
#allocated_by_tag_keys ⇒ Object
The
strategy
allocated_by_tag_keys
. -
#based_on_costs ⇒ Object
The
strategy
based_on_costs
. -
#based_on_timeseries ⇒ Object
The rule
strategy
based_on_timeseries
. -
#evaluate_grouped_by_filters ⇒ Object
The
strategy
evaluate_grouped_by_filters
. -
#evaluate_grouped_by_tag_keys ⇒ Object
The
strategy
evaluate_grouped_by_tag_keys
. -
#granularity ⇒ Object
The
strategy
granularity
. -
#method ⇒ Object
readonly
The
strategy
method
.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 51 def additional_properties @additional_properties end |
#allocated_by ⇒ Object
The strategy
allocated_by
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 25 def allocated_by @allocated_by end |
#allocated_by_filters ⇒ Object
The strategy
allocated_by_filters
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 28 def allocated_by_filters @allocated_by_filters end |
#allocated_by_tag_keys ⇒ Object
The strategy
allocated_by_tag_keys
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 31 def allocated_by_tag_keys @allocated_by_tag_keys end |
#based_on_costs ⇒ Object
The strategy
based_on_costs
.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 34 def based_on_costs @based_on_costs end |
#based_on_timeseries ⇒ Object
The rule strategy
based_on_timeseries
.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 37 def based_on_timeseries @based_on_timeseries end |
#evaluate_grouped_by_filters ⇒ Object
The strategy
evaluate_grouped_by_filters
.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 40 def evaluate_grouped_by_filters @evaluate_grouped_by_filters end |
#evaluate_grouped_by_tag_keys ⇒ Object
The strategy
evaluate_grouped_by_tag_keys
.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 43 def evaluate_grouped_by_tag_keys @evaluate_grouped_by_tag_keys end |
#granularity ⇒ Object
The strategy
granularity
.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 46 def granularity @granularity end |
#method ⇒ Object
The strategy
method
.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes_strategy.rb', line 49 def method @method end |