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

AllocationAggregateReservationReservedResourceInfoAccelerator

import type { AllocationAggregateReservationReservedResourceInfoAccelerator } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface AllocationAggregateReservationReservedResourceInfoAccelerator {
acceleratorCount?: number;
acceleratorType?: string;
}

§Properties

§
acceleratorCount?: number
[src]

Number of accelerators of specified type.

§
acceleratorType?: string
[src]

Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"