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

AutonomousDatabase

import type { AutonomousDatabase } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface AutonomousDatabase {
adminPassword?: string;
cidr?: string;
readonly createTime?: Date;
database?: string;
readonly disasterRecoverySupportedLocations?: string[];
displayName?: string;
readonly entitlementId?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
network?: string;
readonly peerAutonomousDatabases?: string[];
sourceConfig?: SourceConfig;
}

§Properties

§
adminPassword?: string
[src]

Optional. The password for the default ADMIN user.

§
cidr?: string
[src]

Optional. The subnet CIDR range for the Autonomous Database.

§
readonly createTime?: Date
[src]

Output only. The date and time that the Autonomous Database was created.

§
database?: string
[src]

Optional. The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.

§
readonly disasterRecoverySupportedLocations?: string[]
[src]

Output only. List of supported GCP region to clone the Autonomous Database for disaster recovery. Format: project/{project}/locations/{location}.

§
displayName?: string
[src]

Optional. The display name for the Autonomous Database. 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 Autonomous Database.

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

Optional. The labels or tags associated with the Autonomous Database.

§
name?: string
[src]

Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}

§
network?: string
[src]

Optional. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}

§
readonly peerAutonomousDatabases?: string[]
[src]

Output only. The peer Autonomous Database names of the given Autonomous Database.

§

Optional. The properties of the Autonomous Database.

§
sourceConfig?: SourceConfig
[src]

Optional. The source Autonomous Database configuration for the standby Autonomous Database. The source Autonomous Database is configured while creating the Peer Autonomous Database and can't be updated after creation.