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

IpamAdminScope

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

Message describing IpamAdminScope object

interface IpamAdminScope {
readonly createTime?: Date;
enabledAddonPlatforms?: "ADD_ON_PLATFORM_UNSPECIFIED" | "COMPUTE_ENGINE" | "GCE"[];
labels?: {
[key: string]: string;
}
;
name?: string;
scopes?: string[];
readonly state?:
| "DISCOVERY_PIPELINE_STATE_UNSPECIFIED"
| "INTERNAL_FAILURE"
| "FAILED"
| "SETUP_IN_PROGRESS"
| "READY_FOR_USE"
| "DELETING_IN_PROGRESS"
| "UPDATING"
| "RECOVERING"
| "DISABLED"
| "DELETION_COMPLETED"
| "CLEANUP_IN_PROGRESS"
| "READY_FOR_DELETION";
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. [Output only] Create time stamp

§
enabledAddonPlatforms?: "ADD_ON_PLATFORM_UNSPECIFIED" | "COMPUTE_ENGINE" | "GCE"[]
[src]

Required. Addon platforms that are enabled for this IPAM admin scope. Cloud Number Registry only discovers the IP addresses from the enabled platforms.

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

Optional. Labels as key value pairs

§
name?: string
[src]

Required. Identifier. name of resource

§
scopes?: string[]
[src]

Required. Administrative scopes enabled for IP address discovery and management. For example, "organizations/1234567890". Minimum of 1 scope is required. In preview, only one organization scope is allowed.

§
readonly state?: "DISCOVERY_PIPELINE_STATE_UNSPECIFIED" | "INTERNAL_FAILURE" | "FAILED" | "SETUP_IN_PROGRESS" | "READY_FOR_USE" | "DELETING_IN_PROGRESS" | "UPDATING" | "RECOVERING" | "DISABLED" | "DELETION_COMPLETED" | "CLEANUP_IN_PROGRESS" | "READY_FOR_DELETION"
[src]

Output only. State of resource discovery pipeline.

§
readonly updateTime?: Date
[src]

Output only. [Output only] Update time stamp