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

FutureResourcesSpecSpecificSKUResources

import type { FutureResourcesSpecSpecificSKUResources } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FutureResourcesSpecSpecificSKUResources {
instanceCount?: bigint;
localSsdPartitions?: FutureResourcesSpecLocalSsdPartition[];
machineType?: string;
}

§Properties

§
instanceCount?: bigint
[src]

Size of the request, in instance count.

§

Local SSD partitions. You do not have to include SSD partitions that are built in the machine type.

§
machineType?: string
[src]

The machine type to use for instances that will use the reservation. This field only accepts machine type names. e.g. n2-standard-4 and does not accept machine type full or partial url. e.g. projects/my-l7ilb-project/zones/us-central1-a/machineTypes/n2-standard-4. Use for GPU reservations.