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

DbSystemProperties

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

The properties of a DbSystem.

interface DbSystemProperties {
computeCount?: number;
computeModel?: "COMPUTE_MODEL_UNSPECIFIED" | "ECPU" | "OCPU";
databaseEdition?:
| "DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED"
| "STANDARD_EDITION"
| "ENTERPRISE_EDITION"
| "ENTERPRISE_EDITION_HIGH_PERFORMANCE";
dataCollectionOptions?: DataCollectionOptionsDbSystem;
dataStorageSizeGb?: number;
dbHome?: DbHome;
dbSystemOptions?: DbSystemOptions;
domain?: string;
readonly hostname?: string;
hostnamePrefix?: string;
initialDataStorageSizeGb?: number;
licenseModel?: "LICENSE_MODEL_UNSPECIFIED" | "LICENSE_INCLUDED" | "BRING_YOUR_OWN_LICENSE";
readonly lifecycleState?:
| "DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "UPDATING"
| "TERMINATING"
| "TERMINATED"
| "FAILED"
| "MIGRATED"
| "MAINTENANCE_IN_PROGRESS"
| "NEEDS_ATTENTION"
| "UPGRADING";
memorySizeGb?: number;
nodeCount?: number;
readonly ocid?: string;
privateIp?: string;
recoStorageSizeGb?: number;
shape?: string;
sshPublicKeys?: string[];
timeZone?: TimeZone;
}

§Properties

§
computeCount?: number
[src]

Required. The number of CPU cores to enable for the DbSystem.

§
computeModel?: "COMPUTE_MODEL_UNSPECIFIED" | "ECPU" | "OCPU"
[src]

Optional. The compute model of the DbSystem.

§
databaseEdition?: "DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED" | "STANDARD_EDITION" | "ENTERPRISE_EDITION" | "ENTERPRISE_EDITION_HIGH_PERFORMANCE"
[src]

Required. The database edition of the DbSystem.

§
dataCollectionOptions?: DataCollectionOptionsDbSystem
[src]

Optional. Data collection options for diagnostics.

§
dataStorageSizeGb?: number
[src]

Optional. The data storage size in GB that is currently available to DbSystems.

§
dbHome?: DbHome
[src]

Optional. Details for creating a Database Home.

§
dbSystemOptions?: DbSystemOptions
[src]

Optional. The options for the DbSystem.

§
domain?: string
[src]

Optional. The host domain name of the DbSystem.

§
readonly hostname?: string
[src]

Output only. The hostname of the DbSystem.

§
hostnamePrefix?: string
[src]

Optional. Prefix for DB System host names.

§
initialDataStorageSizeGb?: number
[src]

Required. The initial data storage size in GB.

§
licenseModel?: "LICENSE_MODEL_UNSPECIFIED" | "LICENSE_INCLUDED" | "BRING_YOUR_OWN_LICENSE"
[src]

Required. The license model of the DbSystem.

§
readonly lifecycleState?: "DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "UPDATING" | "TERMINATING" | "TERMINATED" | "FAILED" | "MIGRATED" | "MAINTENANCE_IN_PROGRESS" | "NEEDS_ATTENTION" | "UPGRADING"
[src]

Output only. State of the DbSystem.

§
memorySizeGb?: number
[src]

Optional. The memory size in GB.

§
nodeCount?: number
[src]

Optional. The number of nodes in the DbSystem.

§
readonly ocid?: string
[src]

Output only. OCID of the DbSystem.

§
privateIp?: string
[src]

Optional. The private IP address of the DbSystem.

§
recoStorageSizeGb?: number
[src]

Optional. The reco/redo storage size in GB.

§
shape?: string
[src]

Required. Shape of DB System.

§
sshPublicKeys?: string[]
[src]

Required. SSH public keys to be stored with the DbSystem.

§
timeZone?: TimeZone
[src]

Optional. Time zone of the DbSystem.