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

FutureResourcesSpecLocalSsdPartition

import type { FutureResourcesSpecLocalSsdPartition } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FutureResourcesSpecLocalSsdPartition {
diskInterface?: "NVME" | "SCSI";
diskSizeGb?: bigint;
}

§Properties

§
diskInterface?: "NVME" | "SCSI"
[src]

Disk interface. Defaults to SCSI.

§
diskSizeGb?: bigint
[src]

The size of the disk in GB.