Class: DatadogAPIClient::V2::SyntheticsTestResultNetpath

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb

Overview

Network Path test result capturing the path between source and destination.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb', line 48

def additional_properties
  @additional_properties
end

#destinationObject

Destination endpoint of a network path measurement.



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

def destination
  @destination
end

#hopsObject

Hops along the network path.



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

def hops
  @hops
end

#originObject

Origin of the network path (for example, probe source).



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

def origin
  @origin
end

#pathtrace_idObject

Identifier of the path trace.



34
35
36
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb', line 34

def pathtrace_id
  @pathtrace_id
end

#protocolObject

Protocol used for the path trace (for example, ‘tcp`, `udp`, `icmp`).



37
38
39
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb', line 37

def protocol
  @protocol
end

#sourceObject

Source endpoint of a network path measurement.



40
41
42
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb', line 40

def source
  @source
end

#tagsObject

Tags associated with the network path measurement.



43
44
45
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb', line 43

def tags
  @tags
end

#timestampObject

Unix timestamp (ms) of the network path measurement.



46
47
48
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb', line 46

def timestamp
  @timestamp
end