Class: DatadogAPIClient::V1::SyntheticsTestOptionsRetry
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestOptionsRetry
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb
Overview
Object describing the retry strategy to apply to a Synthetic test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
Number of times a test needs to be retried before marking a location as failed.
-
#interval ⇒ Object
Time interval between retries (in milliseconds).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb', line 32 def additional_properties @additional_properties end |
#count ⇒ Object
Number of times a test needs to be retried before marking a location as failed. Defaults to 0.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb', line 26 def count @count end |
#interval ⇒ Object
Time interval between retries (in milliseconds). Defaults to 300ms.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb', line 30 def interval @interval end |