Interface BfdStatusPacketCountsOrBuilder (1.47.0)

public interface BfdStatusPacketCountsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNumRx()

public abstract int getNumRx()

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

optional uint32 num_rx = 39375263;

Returns
TypeDescription
int

The numRx.

getNumRxRejected()

public abstract 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;

Returns
TypeDescription
int

The numRxRejected.

getNumRxSuccessful()

public abstract int getNumRxSuccessful()

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

optional uint32 num_rx_successful = 455361850;

Returns
TypeDescription
int

The numRxSuccessful.

getNumTx()

public abstract int getNumTx()

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

optional uint32 num_tx = 39375325;

Returns
TypeDescription
int

The numTx.

hasNumRx()

public abstract boolean hasNumRx()

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

optional uint32 num_rx = 39375263;

Returns
TypeDescription
boolean

Whether the numRx field is set.

hasNumRxRejected()

public abstract 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;

Returns
TypeDescription
boolean

Whether the numRxRejected field is set.

hasNumRxSuccessful()

public abstract boolean hasNumRxSuccessful()

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

optional uint32 num_rx_successful = 455361850;

Returns
TypeDescription
boolean

Whether the numRxSuccessful field is set.

hasNumTx()

public abstract boolean hasNumTx()

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

optional uint32 num_tx = 39375325;

Returns
TypeDescription
boolean

Whether the numTx field is set.