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/oracledatabase:v1.ts";

The properties of a Database.

interface DatabaseProperties {
readonly databaseManagementConfig?: DatabaseManagementConfig;
dbBackupConfig?: DbBackupConfig;
dbVersion?: string;
readonly state?:
| "DATABASE_LIFECYCLE_STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "UPDATING"
| "BACKUP_IN_PROGRESS"
| "UPGRADING"
| "CONVERTING"
| "TERMINATING"
| "TERMINATED"
| "RESTORE_FAILED"
| "FAILED";
}

§Properties

§
readonly databaseManagementConfig?: DatabaseManagementConfig
[src]

Output only. The Database Management config.

§
dbBackupConfig?: DbBackupConfig
[src]

Optional. Backup options for the Database.

§
dbVersion?: string
[src]

Required. The Oracle Database version.

§
readonly state?: "DATABASE_LIFECYCLE_STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "UPDATING" | "BACKUP_IN_PROGRESS" | "UPGRADING" | "CONVERTING" | "TERMINATING" | "TERMINATED" | "RESTORE_FAILED" | "FAILED"
[src]

Output only. State of the Database.