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

SubnetworkSecondaryRange

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

Represents a secondary IP range of a subnetwork.

interface SubnetworkSecondaryRange {
ipCidrRange?: string;
rangeName?: string;
reservedInternalRange?: string;
}

§Properties

§
ipCidrRange?: string
[src]

The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.

§
rangeName?: string
[src]

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.

§
reservedInternalRange?: string
[src]

The URL of the reserved internal range.