View Source GoogleApi.Compute.V1.Model.BfdStatusPacketCounts (google_api_compute v0.56.2)

Attributes

  • numRx (type: integer(), default: nil) - Number of packets received since the beginning of the current BFD session.
  • numRxRejected (type: integer(), default: nil) - Number of packets received that were rejected because of errors since the beginning of the current BFD session.
  • numRxSuccessful (type: integer(), default: nil) - Number of packets received that were successfully processed since the beginning of the current BFD session.
  • numTx (type: integer(), default: nil) - Number of packets transmitted since the beginning of the current BFD session.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.BfdStatusPacketCounts{
  numRx: integer() | nil,
  numRxRejected: integer() | nil,
  numRxSuccessful: integer() | nil,
  numTx: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.