Compute V1 Client - Class BfdStatusPacketCounts (1.25.0)

Reference documentation and code samples for the Compute V1 Client class BfdStatusPacketCounts.

Generated from protobuf message google.cloud.compute.v1.BfdStatusPacketCounts

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ num_rxint

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

↳ num_rx_rejectedint

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

↳ num_rx_successfulint

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

↳ num_txint

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.

Returns
TypeDescription
int

hasNumRx

clearNumRx

setNumRx

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

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getNumRxRejected

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

Returns
TypeDescription
int

hasNumRxRejected

clearNumRxRejected

setNumRxRejected

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

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getNumRxSuccessful

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

Returns
TypeDescription
int

hasNumRxSuccessful

clearNumRxSuccessful

setNumRxSuccessful

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

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getNumTx

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

Returns
TypeDescription
int

hasNumTx

clearNumTx

setNumTx

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

Parameter
NameDescription
varint
Returns
TypeDescription
$this