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

PluggableDatabaseNodeLevelDetails

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

The Pluggable Database Node Level Details.

interface PluggableDatabaseNodeLevelDetails {
nodeName?: string;
openMode?:
| "PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED"
| "READ_ONLY"
| "READ_WRITE"
| "MOUNTED"
| "MIGRATE";
pluggableDatabaseId?: string;
}

§Properties

§
nodeName?: string
[src]

Required. The Node name of the Database home.

§
openMode?: "PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED" | "READ_ONLY" | "READ_WRITE" | "MOUNTED" | "MIGRATE"
[src]

Required. The mode that the pluggable database is in to open it.

§
pluggableDatabaseId?: string
[src]

Required. The OCID of the Pluggable Database.