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

GoogleCloudAiplatformV1NetworkSpec

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

Network spec.

interface GoogleCloudAiplatformV1NetworkSpec {
enableInternetAccess?: boolean;
network?: string;
subnetwork?: string;
}

§Properties

§
enableInternetAccess?: boolean
[src]

Whether to enable public internet access. Default false.

§
network?: string
[src]

The full name of the Google Compute Engine network

§
subnetwork?: string
[src]

The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}