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

AllocationSpecificSKUAllocationReservedInstanceProperties

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

Properties of the SKU instances being reserved. Next ID: 9

interface AllocationSpecificSKUAllocationReservedInstanceProperties {
guestAccelerators?: AcceleratorConfig[];
locationHint?: string;
machineType?: string;
minCpuPlatform?: string;
}

§Properties

§
guestAccelerators?: AcceleratorConfig[]
[src]

Specifies accelerator type and count.

§

Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.

§
locationHint?: string
[src]

An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.

§
machineType?: string
[src]

Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.

§
minCpuPlatform?: string
[src]

Minimum cpu platform the reservation.