Class: DatadogAPIClient::V2::DeploymentGatesFDDRuleOptions

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb', line 33

def additional_properties
  @additional_properties
end

#allowed_resourcesObject

APM resource names to include in analysis. Mutually exclusive with excluded_resources.



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

def allowed_resources
  @allowed_resources
end

#durationObject

Evaluation window in seconds. Maximum 7200 (2 hours).



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

def duration
  @duration
end

#excluded_resourcesObject

APM resource names to exclude from analysis.



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

def excluded_resources
  @excluded_resources
end