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

GoogleCloudAiplatformV1PSCAutomationConfig

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

PSC config that is used to automatically create PSC endpoints in the user projects.

interface GoogleCloudAiplatformV1PSCAutomationConfig {
readonly errorMessage?: string;
readonly forwardingRule?: string;
readonly ipAddress?: string;
network?: string;
projectId?: string;
readonly state?: "PSC_AUTOMATION_STATE_UNSPECIFIED" | "PSC_AUTOMATION_STATE_SUCCESSFUL" | "PSC_AUTOMATION_STATE_FAILED";
}

§Properties

§
readonly errorMessage?: string
[src]

Output only. Error message if the PSC service automation failed.

§
readonly forwardingRule?: string
[src]

Output only. Forwarding rule created by the PSC service automation.

§
readonly ipAddress?: string
[src]

Output only. IP address rule created by the PSC service automation.

§
network?: string
[src]

Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}.

§
projectId?: string
[src]

Required. Project id used to create forwarding rule.

§
readonly state?: "PSC_AUTOMATION_STATE_UNSPECIFIED" | "PSC_AUTOMATION_STATE_SUCCESSFUL" | "PSC_AUTOMATION_STATE_FAILED"
[src]

Output only. The state of the PSC service automation.