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

Accelerator

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

Identifies Data Fusion accelerators for an instance.

interface Accelerator {
acceleratorType?:
| "ACCELERATOR_TYPE_UNSPECIFIED"
| "CDC"
| "HEALTHCARE"
| "CCAI_INSIGHTS"
| "CLOUDSEARCH";
state?:
| "STATE_UNSPECIFIED"
| "ENABLED"
| "DISABLED"
| "UNKNOWN";
}

§Properties

§
acceleratorType?: "ACCELERATOR_TYPE_UNSPECIFIED" | "CDC" | "HEALTHCARE" | "CCAI_INSIGHTS" | "CLOUDSEARCH"
[src]

The type of an accelator for a CDF instance.

§
state?: "STATE_UNSPECIFIED" | "ENABLED" | "DISABLED" | "UNKNOWN"
[src]

The state of the accelerator.