AcceleratorType
import type { AcceleratorType } from "https://googleapis.deno.dev/v1/compute:v1.ts";Represents an Accelerator Type resource. Google Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, readGPUs on Compute Engine.
interface AcceleratorType {
creationTimestamp?: string;
deprecated?: DeprecationStatus;
description?: string;
id?: bigint;
readonly kind?: string;
maximumCardsPerInstance?: number;
name?: string;
readonly selfLink?: string;
zone?: string;
}§Properties
§
deprecated?: DeprecationStatus
[src][Output Only] The deprecation status associated with this accelerator type.
§
id?: bigint
[src][Output Only] The unique identifier for the resource. This identifier is defined by the server.
§
readonly kind?: string
[src]Output only. [Output Only] The type of the resource. Alwayscompute#acceleratorType for accelerator types.
§
maximumCardsPerInstance?: number
[src][Output Only] Maximum number of accelerator cards allowed per instance.