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

ComputeStorageDescriptor

import type { ComputeStorageDescriptor } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Compute Engine storage option descriptor.

interface ComputeStorageDescriptor {
sizeGb?: number;
type?:
| "PERSISTENT_DISK_TYPE_UNSPECIFIED"
| "PERSISTENT_DISK_TYPE_STANDARD"
| "PERSISTENT_DISK_TYPE_BALANCED"
| "PERSISTENT_DISK_TYPE_SSD";
}

§Properties

§
sizeGb?: number
[src]

Disk size in GiB.

§
type?: "PERSISTENT_DISK_TYPE_UNSPECIFIED" | "PERSISTENT_DISK_TYPE_STANDARD" | "PERSISTENT_DISK_TYPE_BALANCED" | "PERSISTENT_DISK_TYPE_SSD"
[src]

Disk type backing the storage.