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.
§
exascaleDbStorageDetails?: ExascaleDbStorageDetails
[src]Required. The storage details of the ExascaleDbStorageVault.
§
readonly state?: "STATE_UNSPECIFIED" | "PROVISIONING" | "AVAILABLE" | "UPDATING" | "TERMINATING" | "TERMINATED" | "FAILED"
[src]Output only. The state of the ExascaleDbStorageVault.