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

RouterBgpPeerCustomLearnedIpRange

import type { RouterBgpPeerCustomLearnedIpRange } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RouterBgpPeerCustomLearnedIpRange {
range?: string;
}

§Properties

§
range?: string
[src]

The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.