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

InstanceNetworkConfig

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

Metadata related to instance level network configuration.

interface InstanceNetworkConfig {
authorizedExternalNetworks?: AuthorizedNetwork[];
enablePublicIp?: boolean;
}

§Properties

§
authorizedExternalNetworks?: AuthorizedNetwork[]
[src]

Optional. A list of external network authorized to access this instance.

§
enablePublicIp?: boolean
[src]

Optional. Enabling public ip for the instance.