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

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;
}

§Properties

§
sizeInGbsPerNode?: number
[src]

Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster.