Class: DatadogAPIClient::V2::SyntheticsTestResultNetpath
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultNetpath
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#destination ⇒ Object
Destination endpoint of a network path measurement.
-
#hops ⇒ Object
Hops along the network path.
-
#origin ⇒ Object
Origin of the network path (for example, probe source).
-
#pathtrace_id ⇒ Object
Identifier of the path trace.
-
#protocol ⇒ Object
Protocol used for the path trace (for example, ‘tcp`, `udp`, `icmp`).
-
#source ⇒ Object
Source endpoint of a network path measurement.
-
#tags ⇒ Object
Tags associated with the network path measurement.
-
#timestamp ⇒ Object
Unix timestamp (ms) of the network path measurement.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#destination ⇒ Object
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 |
#hops ⇒ Object
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 |
#origin ⇒ Object
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_id ⇒ Object
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 |
#protocol ⇒ Object
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 |
#source ⇒ Object
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 |
#tags ⇒ Object
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 end |
#timestamp ⇒ Object
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 end |