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

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, read GPUs on Compute Engine.

interface AcceleratorType {
creationTimestamp?: string;
deprecated?: DeprecationStatus;
description?: string;
id?: bigint;
kind?: string;
maximumCardsPerInstance?: number;
name?: string;
selfLink?: string;
zone?: string;
}

§Properties

§
creationTimestamp?: string
[src]

[Output Only] Creation timestamp in RFC3339 text format.

§

[Output Only] The deprecation status associated with this accelerator type.

§
description?: string
[src]

[Output Only] An optional textual description of the resource.

§
id?: bigint
[src]

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§
kind?: string
[src]

[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.

§
maximumCardsPerInstance?: number
[src]

[Output Only] Maximum number of accelerator cards allowed per instance.

§
name?: string
[src]

[Output Only] Name of the resource.

§
zone?: string
[src]

[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.