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.
Generated from protobuf field optional uint32 num_rx = 39375263;
int
hasNumRx
clearNumRx
setNumRx
Number of packets received since the beginning of the current BFD session.
Generated from protobuf field optional uint32 num_rx = 39375263;
var
int
$this
getNumRxRejected
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
Generated from protobuf field optional uint32 num_rx_rejected = 281007902;
int
hasNumRxRejected
clearNumRxRejected
setNumRxRejected
Number of packets received that were rejected because of errors since the beginning of the current BFD session.
Generated from protobuf field optional uint32 num_rx_rejected = 281007902;
var
int
$this
getNumRxSuccessful
Number of packets received that were successfully processed since the beginning of the current BFD session.
Generated from protobuf field optional uint32 num_rx_successful = 455361850;
int
hasNumRxSuccessful
clearNumRxSuccessful
setNumRxSuccessful
Number of packets received that were successfully processed since the beginning of the current BFD session.
Generated from protobuf field optional uint32 num_rx_successful = 455361850;
var
int
$this
getNumTx
Number of packets transmitted since the beginning of the current BFD session.
Generated from protobuf field optional uint32 num_tx = 39375325;
int
hasNumTx
clearNumTx
setNumTx
Number of packets transmitted since the beginning of the current BFD session.
Generated from protobuf field optional uint32 num_tx = 39375325;
var
int
$this

