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

NetworkInfo

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

For display only. Metadata associated with a Compute Engine network.

interface NetworkInfo {
displayName?: string;
matchedIpRange?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a Compute Engine network.

§
matchedIpRange?: string
[src]

The IP range that matches the test.

§
uri?: string
[src]

URI of a Compute Engine network.