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

VpcNetwork

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

Represents a VMware Engine VPC network that is managed by a VMware Engine network resource.

interface VpcNetwork {
readonly network?: string;
readonly type?:
| "TYPE_UNSPECIFIED"
| "INTRANET"
| "INTERNET"
| "GOOGLE_CLOUD";
}

§Properties

§
readonly network?: string
[src]

Output only. The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network

§
readonly type?: "TYPE_UNSPECIFIED" | "INTRANET" | "INTERNET" | "GOOGLE_CLOUD"
[src]

Output only. Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)