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

PluggableDatabase

import type { PluggableDatabase } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface PluggableDatabase {
readonly createTime?: Date;
name?: string;
readonly ociUrl?: string;
}

§Properties

§
readonly createTime?: Date
[src]

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

§
name?: string
[src]

Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}

§
readonly ociUrl?: string
[src]

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

§

Optional. The properties of the PluggableDatabase.