Class: DatadogAPIClient::V2::DeploymentGatesFDDRuleOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentGatesFDDRuleOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb
Overview
Options for a ‘faulty_deployment_detection` rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#duration ⇒ Object
readonly
Evaluation window in seconds.
-
#excluded_resources ⇒ Object
APM resource names to exclude from analysis.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb', line 30 def additional_properties @additional_properties end |
#duration ⇒ Object
Evaluation window in seconds. Maximum 7200 (2 hours).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb', line 25 def duration @duration end |
#excluded_resources ⇒ Object
APM resource names to exclude from analysis.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb', line 28 def excluded_resources @excluded_resources end |