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

CidrBlock

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

CIDR block with an optional name.

interface CidrBlock {
cidrBlock?: string;
displayName?: string;
}

§Properties

§
cidrBlock?: string
[src]

CIDR block that must be specified in CIDR notation.

§
displayName?: string
[src]

User-defined name that identifies the CIDR block.