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

SubnetworksExpandIpCidrRangeRequest

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

§Properties

§
ipCidrRange?: string
[src]

The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.