Class: Google::Cloud::Compute::V1::BfdStatusPacketCounts
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BfdStatusPacketCounts
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#num_rx ⇒ ::Integer
Number of packets received since the beginning of the current BFD session.
-
#num_rx_rejected ⇒ ::Integer
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
-
#num_rx_successful ⇒ ::Integer
Number of packets received that were successfully processed since the beginning of the current BFD session.
-
#num_tx ⇒ ::Integer
Number of packets transmitted since the beginning of the current BFD session.
Instance Attribute Details
#num_rx ⇒ ::Integer
Returns Number of packets received since the beginning of the current BFD session.
4442 4443 4444 4445 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4442 class BfdStatusPacketCounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#num_rx_rejected ⇒ ::Integer
Returns Number of packets received that were rejected because of errors since the beginning of the current BFD session.
4442 4443 4444 4445 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4442 class BfdStatusPacketCounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#num_rx_successful ⇒ ::Integer
Returns Number of packets received that were successfully processed since the beginning of the current BFD session.
4442 4443 4444 4445 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4442 class BfdStatusPacketCounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#num_tx ⇒ ::Integer
Returns Number of packets transmitted since the beginning of the current BFD session.
4442 4443 4444 4445 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4442 class BfdStatusPacketCounts include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |