Class: DatadogAPIClient::V2::SyntheticsTestResultDnsResolution
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultDnsResolution
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb
Overview
DNS resolution details recorded during the test execution.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attempts ⇒ Object
DNS resolution attempts made during the test.
-
#resolved_ip ⇒ Object
Resolved IP address for the target host.
-
#resolved_port ⇒ Object
Resolved port for the target service.
-
#server ⇒ Object
DNS server used for the resolution.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb', line 36 def additional_properties @additional_properties end |
#attempts ⇒ Object
DNS resolution attempts made during the test.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb', line 25 def attempts @attempts end |
#resolved_ip ⇒ Object
Resolved IP address for the target host.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb', line 28 def resolved_ip @resolved_ip end |
#resolved_port ⇒ Object
Resolved port for the target service.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb', line 31 def resolved_port @resolved_port end |
#server ⇒ Object
DNS server used for the resolution.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb', line 34 def server @server end |