Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BfdStatusPacketCounts

import type { BfdStatusPacketCounts } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface BfdStatusPacketCounts {
numRx?: number;
numRxRejected?: number;
numRxSuccessful?: number;
numTx?: number;
}

§Properties

§
numRx?: number
[src]

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

§
numRxRejected?: number
[src]

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

§
numRxSuccessful?: number
[src]

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

§
numTx?: number
[src]

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