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

ExascaleDbStorageVaultProperties

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

The properties of the ExascaleDbStorageVault. next ID: 12

interface ExascaleDbStorageVaultProperties {
additionalFlashCachePercent?: number;
readonly attachedShapeAttributes?: "SHAPE_ATTRIBUTE_UNSPECIFIED" | "SMART_STORAGE" | "BLOCK_STORAGE"[];
readonly availableShapeAttributes?: "SHAPE_ATTRIBUTE_UNSPECIFIED" | "SMART_STORAGE" | "BLOCK_STORAGE"[];
description?: string;
exascaleDbStorageDetails?: ExascaleDbStorageDetails;
readonly ocid?: string;
readonly ociUri?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "PROVISIONING"
| "AVAILABLE"
| "UPDATING"
| "TERMINATING"
| "TERMINATED"
| "FAILED";
readonly timeZone?: TimeZone;
readonly vmClusterCount?: number;
readonly vmClusterIds?: string[];
}

§Properties

§
additionalFlashCachePercent?: number
[src]

Optional. The size of additional flash cache in percentage of high capacity database storage.

§
readonly attachedShapeAttributes?: "SHAPE_ATTRIBUTE_UNSPECIFIED" | "SMART_STORAGE" | "BLOCK_STORAGE"[]
[src]

Output only. The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.

§
readonly availableShapeAttributes?: "SHAPE_ATTRIBUTE_UNSPECIFIED" | "SMART_STORAGE" | "BLOCK_STORAGE"[]
[src]

Output only. The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.

§
description?: string
[src]

Optional. The description of the ExascaleDbStorageVault.

§
exascaleDbStorageDetails?: ExascaleDbStorageDetails
[src]

Required. The storage details of the ExascaleDbStorageVault.

§
readonly ocid?: string
[src]

Output only. The OCID for the ExascaleDbStorageVault.

§
readonly ociUri?: string
[src]

Output only. Deep link to the OCI console to view this resource.

§
readonly state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "UPDATING" | "TERMINATING" | "TERMINATED" | "FAILED"
[src]

Output only. The state of the ExascaleDbStorageVault.

§
readonly timeZone?: TimeZone
[src]

Output only. The time zone of the ExascaleDbStorageVault.

§
readonly vmClusterCount?: number
[src]

Output only. The number of VM clusters associated with the ExascaleDbStorageVault.

§
readonly vmClusterIds?: string[]
[src]

Output only. The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.