Class: Google::Cloud::Compute::V1::PacketIntervals
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PacketIntervals
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Next free: 7
Defined Under Namespace
Instance Attribute Summary collapse
-
#avg_ms ⇒ ::Integer
Average observed inter-packet interval in milliseconds.
-
#duration ⇒ ::String
From how long ago in the past these intervals were observed.
-
#max_ms ⇒ ::Integer
Maximum observed inter-packet interval in milliseconds.
-
#min_ms ⇒ ::Integer
Minimum observed inter-packet interval in milliseconds.
-
#num_intervals ⇒ ::Integer
Number of inter-packet intervals from which these statistics were derived.
-
#type ⇒ ::String
The type of packets for which inter-packet intervals were computed.
Instance Attribute Details
#avg_ms ⇒ ::Integer
Returns Average observed inter-packet interval in milliseconds.
17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17704 class PacketIntervals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # From how long ago in the past these intervals were observed. module Duration # A value indicating that the enum field is not set. UNDEFINED_DURATION = 0 DURATION_UNSPECIFIED = 529071340 HOUR = 2223588 # From BfdSession object creation time. MAX = 76100 MINUTE = 126786068 end # The type of packets for which inter-packet intervals were computed. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # Only applies to Echo packets. This shows the intervals between sending and receiving the same packet. LOOPBACK = 356174219 # Intervals between received packets. RECEIVE = 189660867 # Intervals between transmitted packets. TRANSMIT = 452903600 TYPE_UNSPECIFIED = 437714322 end end |
#duration ⇒ ::String
Returns From how long ago in the past these intervals were observed. Check the Duration enum for the list of possible values.
17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17704 class PacketIntervals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # From how long ago in the past these intervals were observed. module Duration # A value indicating that the enum field is not set. UNDEFINED_DURATION = 0 DURATION_UNSPECIFIED = 529071340 HOUR = 2223588 # From BfdSession object creation time. MAX = 76100 MINUTE = 126786068 end # The type of packets for which inter-packet intervals were computed. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # Only applies to Echo packets. This shows the intervals between sending and receiving the same packet. LOOPBACK = 356174219 # Intervals between received packets. RECEIVE = 189660867 # Intervals between transmitted packets. TRANSMIT = 452903600 TYPE_UNSPECIFIED = 437714322 end end |
#max_ms ⇒ ::Integer
Returns Maximum observed inter-packet interval in milliseconds.
17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17704 class PacketIntervals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # From how long ago in the past these intervals were observed. module Duration # A value indicating that the enum field is not set. UNDEFINED_DURATION = 0 DURATION_UNSPECIFIED = 529071340 HOUR = 2223588 # From BfdSession object creation time. MAX = 76100 MINUTE = 126786068 end # The type of packets for which inter-packet intervals were computed. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # Only applies to Echo packets. This shows the intervals between sending and receiving the same packet. LOOPBACK = 356174219 # Intervals between received packets. RECEIVE = 189660867 # Intervals between transmitted packets. TRANSMIT = 452903600 TYPE_UNSPECIFIED = 437714322 end end |
#min_ms ⇒ ::Integer
Returns Minimum observed inter-packet interval in milliseconds.
17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17704 class PacketIntervals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # From how long ago in the past these intervals were observed. module Duration # A value indicating that the enum field is not set. UNDEFINED_DURATION = 0 DURATION_UNSPECIFIED = 529071340 HOUR = 2223588 # From BfdSession object creation time. MAX = 76100 MINUTE = 126786068 end # The type of packets for which inter-packet intervals were computed. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # Only applies to Echo packets. This shows the intervals between sending and receiving the same packet. LOOPBACK = 356174219 # Intervals between received packets. RECEIVE = 189660867 # Intervals between transmitted packets. TRANSMIT = 452903600 TYPE_UNSPECIFIED = 437714322 end end |
#num_intervals ⇒ ::Integer
Returns Number of inter-packet intervals from which these statistics were derived.
17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17704 class PacketIntervals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # From how long ago in the past these intervals were observed. module Duration # A value indicating that the enum field is not set. UNDEFINED_DURATION = 0 DURATION_UNSPECIFIED = 529071340 HOUR = 2223588 # From BfdSession object creation time. MAX = 76100 MINUTE = 126786068 end # The type of packets for which inter-packet intervals were computed. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # Only applies to Echo packets. This shows the intervals between sending and receiving the same packet. LOOPBACK = 356174219 # Intervals between received packets. RECEIVE = 189660867 # Intervals between transmitted packets. TRANSMIT = 452903600 TYPE_UNSPECIFIED = 437714322 end end |
#type ⇒ ::String
Returns The type of packets for which inter-packet intervals were computed. Check the Type enum for the list of possible values.
17704 17705 17706 17707 17708 17709 17710 17711 17712 17713 17714 17715 17716 17717 17718 17719 17720 17721 17722 17723 17724 17725 17726 17727 17728 17729 17730 17731 17732 17733 17734 17735 17736 17737 17738 17739 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17704 class PacketIntervals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # From how long ago in the past these intervals were observed. module Duration # A value indicating that the enum field is not set. UNDEFINED_DURATION = 0 DURATION_UNSPECIFIED = 529071340 HOUR = 2223588 # From BfdSession object creation time. MAX = 76100 MINUTE = 126786068 end # The type of packets for which inter-packet intervals were computed. module Type # A value indicating that the enum field is not set. UNDEFINED_TYPE = 0 # Only applies to Echo packets. This shows the intervals between sending and receiving the same packet. LOOPBACK = 356174219 # Intervals between received packets. RECEIVE = 189660867 # Intervals between transmitted packets. TRANSMIT = 452903600 TYPE_UNSPECIFIED = 437714322 end end |