PluggableDatabase
import type { PluggableDatabase } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/
interface PluggableDatabase {
readonly createTime?: Date;
name?: string;
readonly ociUrl?: string;
properties?: PluggableDatabaseProperties;
}§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.
§
properties?: PluggableDatabaseProperties
[src]Optional. The properties of the PluggableDatabase.