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

AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk

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

§Properties

§
diskSizeGb?: bigint
[src]

Specifies the size of the disk in base-2 GB.

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

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default isSCSI. For performance characteristics of SCSI over NVMe, seeLocal SSD performance.