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

DbSystem

import type { DbSystem } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface DbSystem {
readonly createTime?: Date;
displayName?: string;
readonly entitlementId?: string;
gcpOracleZone?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
readonly ociUrl?: string;
odbNetwork?: string;
odbSubnet?: string;
properties?: DbSystemProperties;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The date and time that the DbSystem was created.

§
displayName?: string
[src]

Required. The display name for the System db. The name does not have to be unique within your project.

§
readonly entitlementId?: string
[src]

Output only. The ID of the subscription entitlement associated with the DbSystem

§
gcpOracleZone?: string
[src]

Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

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

Optional. The labels or tags associated with the DbSystem.

§
name?: string
[src]

Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}

§
readonly ociUrl?: string
[src]

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

§
odbNetwork?: string
[src]

Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

§
odbSubnet?: string
[src]

Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

§

Optional. The properties of the DbSystem.