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

PluggableDatabaseProperties

import type { PluggableDatabaseProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The properties of a PluggableDatabase.

interface PluggableDatabaseProperties {
compartmentId?: string;
containerDatabaseOcid?: string;
readonly databaseManagementConfig?: DatabaseManagementConfig;
definedTags?: {
[key: string]: DefinedTagValue;
}
;
freeformTags?: {
[key: string]: string;
}
;
isRestricted?: boolean;
readonly lifecycleDetails?: string;
readonly lifecycleState?:
| "PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "TERMINATING"
| "TERMINATED"
| "UPDATING"
| "FAILED"
| "RELOCATING"
| "RELOCATED"
| "REFRESHING"
| "RESTORE_IN_PROGRESS"
| "RESTORE_FAILED"
| "BACKUP_IN_PROGRESS"
| "DISABLED";
readonly ocid?: string;
readonly operationsInsightsState?:
| "OPERATIONS_INSIGHTS_STATE_UNSPECIFIED"
| "ENABLING"
| "ENABLED"
| "DISABLING"
| "NOT_ENABLED"
| "FAILED_ENABLING"
| "FAILED_DISABLING";
pdbName?: string;
pdbNodeLevelDetails?: PluggableDatabaseNodeLevelDetails[];
}

§Properties

§
compartmentId?: string
[src]

Required. The OCID of the compartment.

§

Optional. The Connection strings used to connect to the Oracle Database.

§
containerDatabaseOcid?: string
[src]

Required. The OCID of the CDB.

§
readonly databaseManagementConfig?: DatabaseManagementConfig
[src]

Output only. The configuration of the Database Management service.

§
definedTags?: {
[key: string]: DefinedTagValue;
}
[src]

Optional. Defined tags for this resource. Each key is predefined and scoped to a namespace.

§
freeformTags?: {
[key: string]: string;
}
[src]

Optional. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.

§
isRestricted?: boolean
[src]

Optional. The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.

§
readonly lifecycleDetails?: string
[src]

Output only. Additional information about the current lifecycle state.

§
readonly lifecycleState?: "PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "TERMINATING" | "TERMINATED" | "UPDATING" | "FAILED" | "RELOCATING" | "RELOCATED" | "REFRESHING" | "RESTORE_IN_PROGRESS" | "RESTORE_FAILED" | "BACKUP_IN_PROGRESS" | "DISABLED"
[src]

Output only. The current state of the pluggable database.

§
readonly ocid?: string
[src]

Output only. The OCID of the pluggable database.

§
readonly operationsInsightsState?: "OPERATIONS_INSIGHTS_STATE_UNSPECIFIED" | "ENABLING" | "ENABLED" | "DISABLING" | "NOT_ENABLED" | "FAILED_ENABLING" | "FAILED_DISABLING"
[src]

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

§
pdbName?: string
[src]

Required. The database name.

§

Optional. Pluggable Database Node Level Details