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

VpcConnectorInfo

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

For display only. Metadata associated with a VPC connector.

interface VpcConnectorInfo {
displayName?: string;
location?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a VPC connector.

§
location?: string
[src]

Location in which the VPC connector is deployed.

§
uri?: string
[src]

URI of a VPC connector.