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

AuthorizedNetwork

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

AuthorizedNetwork contains metadata for an authorized network.

interface AuthorizedNetwork {
cidrRange?: string;
}

§Properties

§
cidrRange?: string
[src]

CIDR range for one authorzied network of the instance.