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;
matchedSubnetUri?: string;
region?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a Compute Engine network.

§
matchedIpRange?: string
[src]

The IP range of the subnet matching the source IP address of the test.

§
matchedSubnetUri?: string
[src]

URI of the subnet matching the source IP address of the test.

§
region?: string
[src]

The region of the subnet matching the source IP address of the test.

§
uri?: string
[src]

URI of a Compute Engine network.