StorageSizeDetails
import type { StorageSizeDetails } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.
interface StorageSizeDetails {
readonly dataStorageSizeInGbs?: number;
readonly recoStorageSizeInGbs?: number;
}