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

DatabaseProperties

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

Database Properties.

interface DatabaseProperties {
readonly backupProperties?: BackupProperties;
readonly databaseType?:
| "DATABASE_TYPE_UNSPECIFIED"
| "HANA"
| "MAX_DB"
| "DB2"
| "ORACLE"
| "SQLSERVER"
| "ASE";
}

§Properties

§
readonly backupProperties?: BackupProperties
[src]

Output only. Backup properties.

§
readonly databaseType?: "DATABASE_TYPE_UNSPECIFIED" | "HANA" | "MAX_DB" | "DB2" | "ORACLE" | "SQLSERVER" | "ASE"
[src]

Output only. Type of the database. HANA, DB2, etc.