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

SecondaryIpRange

import type { SecondaryIpRange } from "https://googleapis.deno.dev/v1/servicenetworking:v1.ts";
interface SecondaryIpRange {
ipCidrRange?: string;
rangeName?: string;
}

§Properties

§
ipCidrRange?: string
[src]

Secondary IP CIDR range in x.x.x.x/y format.

§
rangeName?: string
[src]

Name of the secondary IP range.