Class: DatadogAPIClient::V2::SyntheticsTestResultDnsResolution

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#attemptsObject

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_ipObject

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_portObject

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

#serverObject

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