Database
import type { Database } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/
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
§
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.
§
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.
§
properties?: DatabaseProperties
[src]Optional. The properties of the Database.