Class: DatadogAPIClient::V2::SyntheticsTestResultTracerouteHop
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultTracerouteHop
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb
Overview
A network probe result, used for traceroute hops and ping summaries.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#host ⇒ Object
Target hostname.
-
#latency ⇒ Object
Latency statistics for a network probe.
-
#packet_loss_percentage ⇒ Object
Percentage of probe packets lost.
-
#packet_size ⇒ Object
Size of each probe packet in bytes.
-
#packets_received ⇒ Object
Number of probe packets received.
-
#packets_sent ⇒ Object
Number of probe packets sent.
-
#resolved_ip ⇒ Object
Resolved IP address for the target.
-
#routers ⇒ Object
List of intermediate routers for the traceroute.
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_traceroute_hop.rb', line 48 def additional_properties @additional_properties end |
#host ⇒ Object
Target hostname.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 25 def host @host end |
#latency ⇒ Object
Latency statistics for a network probe.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 28 def latency @latency end |
#packet_loss_percentage ⇒ Object
Percentage of probe packets lost.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 31 def packet_loss_percentage @packet_loss_percentage end |
#packet_size ⇒ Object
Size of each probe packet in bytes.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 34 def packet_size @packet_size end |
#packets_received ⇒ Object
Number of probe packets received.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 37 def packets_received @packets_received end |
#packets_sent ⇒ Object
Number of probe packets sent.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 40 def packets_sent @packets_sent end |
#resolved_ip ⇒ Object
Resolved IP address for the target.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 43 def resolved_ip @resolved_ip end |
#routers ⇒ Object
List of intermediate routers for the traceroute.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb', line 46 def routers @routers end |