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

DirectVpcEgressConnectionInfo

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

For display only. Metadata associated with a serverless direct VPC egress connection.

interface DirectVpcEgressConnectionInfo {
networkUri?: string;
region?: string;
selectedIpAddress?: string;
selectedIpRange?: string;
subnetworkUri?: string;
}

§Properties

§
networkUri?: string
[src]

URI of direct access network.

§
region?: string
[src]

Region in which the Direct VPC egress is deployed.

§
selectedIpAddress?: string
[src]

Selected starting IP address, from the selected IP range.

§
selectedIpRange?: string
[src]

Selected IP range.

§
subnetworkUri?: string
[src]

URI of direct access subnetwork.