Compute V1 Client - Class BfdStatusPacketCounts (1.14.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
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.

Returns
TypeDescription
int

hasNumRx

clearNumRx

setNumRx

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

Parameter
NameDescription
var int
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
var int
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
var int
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
var int
Returns
TypeDescription
$this