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

TcpCheck

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

Information required for a TCP Uptime check request.

interface TcpCheck {
pingConfig?: PingConfig;
port?: number;
}

§Properties

§
pingConfig?: PingConfig
[src]

Contains information needed to add pings to a TCP check.

§
port?: number
[src]

The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.