Class: Aws::CloudWatchOmni::Types::EdgeTrafficStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::EdgeTrafficStats
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Additive traffic counters accumulated over an edge's observation window. Which counters are populated depends on what produced the edge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bytes ⇒ Integer
Total bytes observed across the edge.
-
#flows ⇒ Integer
Total network flows observed across the edge.
-
#packets ⇒ Integer
Total packets observed across the edge.
-
#received_bytes ⇒ Integer
Total bytes received from the destination.
-
#sent_bytes ⇒ Integer
Total bytes sent to the destination.
Instance Attribute Details
#bytes ⇒ Integer
Total bytes observed across the edge.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916 class EdgeTrafficStats < Struct.new( :bytes, :packets, :flows, :sent_bytes, :received_bytes) SENSITIVE = [] include Aws::Structure end |
#flows ⇒ Integer
Total network flows observed across the edge.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916 class EdgeTrafficStats < Struct.new( :bytes, :packets, :flows, :sent_bytes, :received_bytes) SENSITIVE = [] include Aws::Structure end |
#packets ⇒ Integer
Total packets observed across the edge.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916 class EdgeTrafficStats < Struct.new( :bytes, :packets, :flows, :sent_bytes, :received_bytes) SENSITIVE = [] include Aws::Structure end |
#received_bytes ⇒ Integer
Total bytes received from the destination.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916 class EdgeTrafficStats < Struct.new( :bytes, :packets, :flows, :sent_bytes, :received_bytes) SENSITIVE = [] include Aws::Structure end |
#sent_bytes ⇒ Integer
Total bytes sent to the destination.
1916 1917 1918 1919 1920 1921 1922 1923 1924 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1916 class EdgeTrafficStats < Struct.new( :bytes, :packets, :flows, :sent_bytes, :received_bytes) SENSITIVE = [] include Aws::Structure end |