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

PublicAdvertisedPrefixPublicDelegatedPrefix

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

Represents a CIDR range which can be used to assign addresses.

interface PublicAdvertisedPrefixPublicDelegatedPrefix {
ipRange?: string;
name?: string;
project?: string;
region?: string;
status?: string;
}

§Properties

§
ipRange?: string
[src]

The IP address range of the public delegated prefix

§
name?: string
[src]

The name of the public delegated prefix

§
project?: string
[src]

The project number of the public delegated prefix

§
region?: string
[src]

The region of the public delegated prefix if it is regional. If absent, the prefix is global.

§
status?: string
[src]

The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.