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

Subnet

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

The subnet in which to house the connector

interface Subnet {
name?: string;
projectId?: string;
}

§Properties

§
name?: string
[src]

Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be {subnetName}

§
projectId?: string
[src]

Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.