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

NetworkReachabilityDetails

import type { NetworkReachabilityDetails } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";

Contains the details of a network reachability finding.

interface NetworkReachabilityDetails {
networkPath: NetworkPath;
openPortRange: PortRange;
protocol: NetworkProtocol;
}

§Properties

§
networkPath: NetworkPath
[src]

An object that contains details about a network path associated with a finding.

§
openPortRange: PortRange
[src]

An object that contains details about the open port range associated with a finding.

§

The protocol associated with a finding.