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

AutonomousDbVersion

import type { AutonomousDbVersion } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface AutonomousDbVersion {
readonly dbWorkload?:
| "DB_WORKLOAD_UNSPECIFIED"
| "OLTP"
| "DW"
| "AJD"
| "APEX";
name?: string;
readonly version?: string;
readonly workloadUri?: string;
}

§Properties

§
readonly dbWorkload?: "DB_WORKLOAD_UNSPECIFIED" | "OLTP" | "DW" | "AJD" | "APEX"
[src]

Output only. The Autonomous Database workload type.

§
name?: string
[src]

Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version}

§
readonly version?: string
[src]

Output only. An Oracle Database version for Autonomous Database.

§
readonly workloadUri?: string
[src]

Output only. A URL that points to a detailed description of the Autonomous Database version.