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

DbServer

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

§Properties

§
displayName?: string
[src]

Optional. User friendly name for this resource.

§
name?: string
[src]

Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server}

§

Optional. Various properties of the database server.