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
§
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.
§
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.