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

PublicDelegatedPrefixPublicDelegatedSubPrefix

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

Represents a sub PublicDelegatedPrefix.

interface PublicDelegatedPrefixPublicDelegatedSubPrefix {
allocatablePrefixLength?: number;
delegateeProject?: string;
description?: string;
ipCidrRange?: string;
isAddress?: boolean;
mode?: "DELEGATION" | "EXTERNAL_IPV6_FORWARDING_RULE_CREATION";
name?: string;
region?: string;
status?: "ACTIVE" | "INACTIVE";
}

§Properties

§
allocatablePrefixLength?: number
[src]

The allocatable prefix length supported by this PublicDelegatedSubPrefix.

§
delegateeProject?: string
[src]

Name of the project scoping this PublicDelegatedSubPrefix.

§
description?: string
[src]

An optional description of this resource. Provide this property when you create the resource.

§
ipCidrRange?: string
[src]

The IP address range, in CIDR format, represented by this sub public delegated prefix.

§
isAddress?: boolean
[src]

Whether the sub prefix is delegated to create Address resources in the delegatee project.

§
mode?: "DELEGATION" | "EXTERNAL_IPV6_FORWARDING_RULE_CREATION"
[src]

The PublicDelegatedSubPrefix mode for IPv6 only.

§
name?: string
[src]

The name of the sub public delegated prefix.

§
region?: string
[src]

[Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.

§
status?: "ACTIVE" | "INACTIVE"
[src]

[Output Only] The status of the sub public delegated prefix.