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

GoogleCloudServicenetworkingV1ConsumerConfigReservedRange

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

Allocated IP address ranges for this private service access connection.

interface GoogleCloudServicenetworkingV1ConsumerConfigReservedRange {
address?: string;
ipPrefixLength?: number;
name?: string;
}

§Properties

§
address?: string
[src]

The starting address of the reserved range. The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix length is the CIDR range for the reserved range.

§
ipPrefixLength?: number
[src]

The prefix length of the reserved range.

§
name?: string
[src]

The name of the reserved range.