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

ServerlessExternalConnectionInfo

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

For display only. Metadata associated with a serverless public connection.

interface ServerlessExternalConnectionInfo {
selectedIpAddress?: string;
}

§Properties

§
selectedIpAddress?: string
[src]

Selected starting IP address, from the Google dynamic address pool.