Class: Google::Cloud::Compute::V1::BfdStatusPacketCounts

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#num_rx::Integer

Returns Number of packets received since the beginning of the current BFD session.

Returns:

  • (::Integer)

    Number of packets received since the beginning of the current BFD session.



3420
3421
3422
3423
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3420

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.

Returns:

  • (::Integer)

    Number of packets received that were rejected because of errors since the beginning of the current BFD session.



3420
3421
3422
3423
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3420

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.

Returns:

  • (::Integer)

    Number of packets received that were successfully processed since the beginning of the current BFD session.



3420
3421
3422
3423
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3420

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.

Returns:

  • (::Integer)

    Number of packets transmitted since the beginning of the current BFD session.



3420
3421
3422
3423
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3420

class BfdStatusPacketCounts
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end