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

PacketIntervals

import type { PacketIntervals } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Next free: 7

interface PacketIntervals {
avgMs?: bigint;
duration?:
| "DURATION_UNSPECIFIED"
| "HOUR"
| "MAX"
| "MINUTE";
maxMs?: bigint;
minMs?: bigint;
numIntervals?: bigint;
type?:
| "LOOPBACK"
| "RECEIVE"
| "TRANSMIT"
| "TYPE_UNSPECIFIED";
}

§Properties

§
avgMs?: bigint
[src]

Average observed inter-packet interval in milliseconds.

§
duration?: "DURATION_UNSPECIFIED" | "HOUR" | "MAX" | "MINUTE"
[src]

From how long ago in the past these intervals were observed.

§
maxMs?: bigint
[src]

Maximum observed inter-packet interval in milliseconds.

§
minMs?: bigint
[src]

Minimum observed inter-packet interval in milliseconds.

§
numIntervals?: bigint
[src]

Number of inter-packet intervals from which these statistics were derived.

§
type?: "LOOPBACK" | "RECEIVE" | "TRANSMIT" | "TYPE_UNSPECIFIED"
[src]

The type of packets for which inter-packet intervals were computed.