Class: DatadogAPIClient::V2::NetworkHealthInsightTrafficVolume
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::NetworkHealthInsightTrafficVolume
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/network_health_insight_traffic_volume.rb
Overview
Network traffic volume metrics between the client and server services during the query window.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bytes_read ⇒ Object
Total bytes read from the server to the client during the query window.
-
#bytes_written ⇒ Object
Total bytes written from the client to the server during the query window.
-
#total_traffic ⇒ Object
Sum of bytes written and bytes read across the query window.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/network_health_insight_traffic_volume.rb', line 33 def additional_properties @additional_properties end |
#bytes_read ⇒ Object
Total bytes read from the server to the client during the query window.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/network_health_insight_traffic_volume.rb', line 25 def bytes_read @bytes_read end |
#bytes_written ⇒ Object
Total bytes written from the client to the server during the query window.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/network_health_insight_traffic_volume.rb', line 28 def bytes_written @bytes_written end |
#total_traffic ⇒ Object
Sum of bytes written and bytes read across the query window.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/network_health_insight_traffic_volume.rb', line 31 def total_traffic @total_traffic end |