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

Database

import type { Database } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface Database {
adminPassword?: string;
characterSet?: string;
readonly createTime?: Date;
databaseId?: string;
dbHomeName?: string;
dbName?: string;
dbUniqueName?: string;
readonly gcpOracleZone?: string;
name?: string;
ncharacterSet?: string;
readonly ociUrl?: string;
readonly opsInsightsStatus?:
| "OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED"
| "ENABLING"
| "ENABLED"
| "DISABLING"
| "NOT_ENABLED"
| "FAILED_ENABLING"
| "FAILED_DISABLING";
properties?: DatabaseProperties;
tdeWalletPassword?: string;
}

§Properties

§
adminPassword?: string
[src]

Required. The password for the default ADMIN user.

§
characterSet?: string
[src]

Optional. The character set for the database. The default is AL32UTF8.

§
readonly createTime?: Date
[src]

Output only. The date and time that the Database was created.

§
databaseId?: string
[src]

Optional. The database ID of the Database.

§
dbHomeName?: string
[src]

Optional. The name of the DbHome resource associated with the Database.

§
dbName?: string
[src]

Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.

§
dbUniqueName?: string
[src]

Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up.

§
readonly gcpOracleZone?: string
[src]

Output only. The GCP Oracle zone where the Database is created.

§
name?: string
[src]

Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}

§
ncharacterSet?: string
[src]

Optional. The national character set for the database. The default is AL16UTF16.

§
readonly ociUrl?: string
[src]

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

§
readonly opsInsightsStatus?: "OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED" | "ENABLING" | "ENABLED" | "DISABLING" | "NOT_ENABLED" | "FAILED_ENABLING" | "FAILED_DISABLING"
[src]

Output only. The Status of Operations Insights for this Database.

§

Optional. The properties of the Database.

§
tdeWalletPassword?: string
[src]

Optional. The TDE wallet password for the database.