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;
displayName?: string;
readonly entitlementId?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
network?: string;
}

§Properties

§
adminPassword?: string
[src]

Optional. The password for the default ADMIN user.

§
cidr?: string
[src]

Required. The subnet CIDR range for the Autonmous 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.

§
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]

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

§

Optional. The properties of the Autonomous Database.