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

DiscoveredRange

import type { DiscoveredRange } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Message describing DiscoveredRange object

interface DiscoveredRange {
attributes?: Attribute[];
readonly childCidrOverlapAllowed?: boolean;
readonly createTime?: Date;
description?: string;
readonly discoveryMetadata?: DiscoveryMetadata;
ipv4CidrRange?: string;
ipv6CidrRange?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
parentRange?: string;
realm?: string;
readonly registryBook?: string;
readonly updateTime?: Date;
}

§Properties

§
attributes?: Attribute[]
[src]

Optional. The attributes of the DiscoveredRange.

§
readonly childCidrOverlapAllowed?: boolean
[src]

Output only. If true, allow child ranges of this range to overlap with each other.

§
readonly createTime?: Date
[src]

Output only. [Output only] Create time stamp

§
description?: string
[src]

Optional. Description of the DiscoveredRange.

§
readonly discoveryMetadata?: DiscoveryMetadata
[src]

Output only. Owner metadata for this DiscoveredRange. A unique set of metadata is associated with each DiscoveredRange. If an IP range is shared by multiple resources (e.g., an Address resource and an Instance resource, or multiple ForwardingRules),separate DiscoveredRanges are created, each with a distinct owner. This ensures each DiscoveredRange has its own unique set of attributes, labels, create time and update time.

§
ipv4CidrRange?: string
[src]

Optional. The IPv4 CIDR range of the DiscoveredRange.

§
ipv6CidrRange?: string
[src]

Optional. The IPv6 CIDR range of the DiscoveredRange.

§
labels?: {
[key: string]: string;
}
[src]

Optional. Labels as key value pairs

§
name?: string
[src]

Required. Identifier. Name of the DiscoveredRange.

§
parentRange?: string
[src]

Optional. The parent range of the DiscoveredRange.

§
realm?: string
[src]

Optional. The realm of the DiscoveredRange.

§
readonly registryBook?: string
[src]

Output only. The registry book of the DiscoveredRange.

§
readonly updateTime?: Date
[src]

Output only. [Output only] Update time stamp