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

ExascaleDbStorageVault

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

ExascaleDbStorageVault represents a storage vault exadb vm cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExascaleDbStorageVault/

interface ExascaleDbStorageVault {
readonly createTime?: Date;
displayName?: string;
readonly entitlementId?: string;
gcpOracleZone?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The date and time when the ExascaleDbStorageVault was created.

§
displayName?: string
[src]

Required. The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.

§
readonly entitlementId?: string
[src]

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

§
gcpOracleZone?: string
[src]

Optional. The GCP Oracle zone where Oracle ExascaleDbStorageVault 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 ExascaleDbStorageVault.

§
name?: string
[src]

Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}

§

Required. The properties of the ExascaleDbStorageVault.