Reference documentation and code samples for the Compute V1 Client class BfdStatusPacketCounts.
Generated from protobuf message google.cloud.compute.v1.BfdStatusPacketCounts
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ num_rx
int
Number of packets received since the beginning of the current BFD session.
↳ num_rx_rejected
int
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
↳ num_rx_successful
int
Number of packets received that were successfully processed since the beginning of the current BFD session.
↳ num_tx
int
Number of packets transmitted since the beginning of the current BFD session.
getNumRx
Number of packets received since the beginning of the current BFD session.
int
hasNumRx
clearNumRx
setNumRx
Number of packets received since the beginning of the current BFD session.
var
int
$this
getNumRxRejected
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
int
hasNumRxRejected
clearNumRxRejected
setNumRxRejected
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
var
int
$this
getNumRxSuccessful
Number of packets received that were successfully processed since the beginning of the current BFD session.
int
hasNumRxSuccessful
clearNumRxSuccessful
setNumRxSuccessful
Number of packets received that were successfully processed since the beginning of the current BFD session.
var
int
$this
getNumTx
Number of packets transmitted since the beginning of the current BFD session.
int
hasNumTx
clearNumTx
setNumTx
Number of packets transmitted since the beginning of the current BFD session.
var
int
$this