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.



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

def additional_properties
  @additional_properties
end

#durationObject

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_resourcesObject

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