public interface BfdStatusPacketCountsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getNumRx()
Number of packets received since the beginning of the current BFD session.
|
int |
getNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
|
int |
getNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.
|
int |
getNumTx()
Number of packets transmitted since the beginning of the current BFD session.
|
boolean |
hasNumRx()
Number of packets received since the beginning of the current BFD session.
|
boolean |
hasNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
|
boolean |
hasNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.
|
boolean |
hasNumTx()
Number of packets transmitted since the beginning of the current BFD session.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNumRx()
Number of packets received since the beginning of the current BFD session.
optional uint32 num_rx = 39375263;int getNumRx()
Number of packets received since the beginning of the current BFD session.
optional uint32 num_rx = 39375263;boolean hasNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
optional uint32 num_rx_rejected = 281007902;int getNumRxRejected()
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
optional uint32 num_rx_rejected = 281007902;boolean hasNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.
optional uint32 num_rx_successful = 455361850;int getNumRxSuccessful()
Number of packets received that were successfully processed since the beginning of the current BFD session.
optional uint32 num_rx_successful = 455361850;boolean hasNumTx()
Number of packets transmitted since the beginning of the current BFD session.
optional uint32 num_tx = 39375325;int getNumTx()
Number of packets transmitted since the beginning of the current BFD session.
optional uint32 num_tx = 39375325;Copyright © 2023 Google LLC. All rights reserved.