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

DbNode

import type { DbNode } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface DbNode {
name?: string;
properties?: DbNodeProperties;
}

§Properties

§
name?: string
[src]

Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}

§

Optional. Various properties of the database node.