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.