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

Realm

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

Message describing Realm object

interface Realm {
readonly aggregatedData?: RealmAggregatedData;
readonly createTime?: Date;
readonly discoveryMetadata?: DiscoveryMetadata;
ipVersion?: "IP_VERSION_UNSPECIFIED" | "IPV4" | "IPV6";
labels?: {
[key: string]: string;
}
;
managementType?: "MANAGEMENT_TYPE_UNSPECIFIED" | "CNR" | "USER";
name?: string;
registryBook?: string;
trafficType?:
| "TRAFFIC_TYPE_UNSPECIFIED"
| "UNSET"
| "INTERNET"
| "PRIVATE"
| "LINKLOCAL";
readonly updateTime?: Date;
}

§Properties

§
readonly aggregatedData?: RealmAggregatedData
[src]

Output only. Aggregated data for the Realm. Populated only when the view is AGGREGATE.

§
readonly createTime?: Date
[src]

Output only. [Output only] Create time stamp

§
readonly discoveryMetadata?: DiscoveryMetadata
[src]

Output only. Discovery metadata of the realm.

§
ipVersion?: "IP_VERSION_UNSPECIFIED" | "IPV4" | "IPV6"
[src]

Optional. IP version of the realm.

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

Optional. Labels as key value pairs

§
managementType?: "MANAGEMENT_TYPE_UNSPECIFIED" | "CNR" | "USER"
[src]

Required. Management type of realm.

§
name?: string
[src]

Required. Identifier. Unique name/ID of the realm

§
registryBook?: string
[src]

Required. URI of the registry book that claims the realm.

§
trafficType?: "TRAFFIC_TYPE_UNSPECIFIED" | "UNSET" | "INTERNET" | "PRIVATE" | "LINKLOCAL"
[src]

Required. Traffic type of realm.

§
readonly updateTime?: Date
[src]

Output only. [Output only] Update time stamp