ExadbVmClusterStorageDetails
import type { ExadbVmClusterStorageDetails } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The storage allocation for the exadbvmcluster, in gigabytes (GB).
interface ExadbVmClusterStorageDetails  {
sizeInGbsPerNode?: number;
}