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

GoogleCloudRunV2NetworkInterface

import type { GoogleCloudRunV2NetworkInterface } from "https://googleapis.deno.dev/v1/run:v2.ts";

Direct VPC egress settings.

interface GoogleCloudRunV2NetworkInterface {
network?: string;
subnetwork?: string;
tags?: string[];
}

§Properties

§
network?: string
[src]

Optional. The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.

§
subnetwork?: string
[src]

Optional. The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.

§
tags?: string[]
[src]

Optional. Network tags applied to this Cloud Run resource.