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

RouterAdvertisedIpRange

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

Description-tagged IP ranges for the router to advertise.

interface RouterAdvertisedIpRange {
description?: string;
range?: string;
}

§Properties

§
description?: string
[src]

User-specified description for the IP range.

§
range?: string
[src]

The IP range to advertise. The value must be a CIDR-formatted string.