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

AccessConfig

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

An access configuration attached to an instance's network interface.

interface AccessConfig {
externalIp?: string;
}

§Properties

§
externalIp?: string
[src]

An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.