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

PingConfig

import type { PingConfig } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain.

interface PingConfig {
pingsCount?: number;
}

§Properties

§
pingsCount?: number
[src]

Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.