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;
}