DbSystemInitialStorageSizeProperties
import type { DbSystemInitialStorageSizeProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
The properties of a DbSystem initial storage size summary.
interface DbSystemInitialStorageSizeProperties {
readonly launchFromBackupStorageSizeDetails?: StorageSizeDetails[];
readonly shapeType?: "SHAPE_TYPE_UNSPECIFIED" | "STANDARD_X86";
readonly storageManagement?: "STORAGE_MANAGEMENT_UNSPECIFIED" | "ASM" | "LVM";
readonly storageSizeDetails?: StorageSizeDetails[];
}§Properties
§
readonly launchFromBackupStorageSizeDetails?: StorageSizeDetails[]
[src]Output only. List of storage disk details available for launches from backup.
§
readonly shapeType?: "SHAPE_TYPE_UNSPECIFIED" | "STANDARD_X86"
[src]Output only. VM shape platform type
§
readonly storageManagement?: "STORAGE_MANAGEMENT_UNSPECIFIED" | "ASM" | "LVM"
[src]Output only. The storage option used in DB system.
§
readonly storageSizeDetails?: StorageSizeDetails[]
[src]Output only. List of storage disk details.