public sealed class AcceleratorConfig : IMessage<AcceleratorConfig>, IEquatable<AcceleratorConfig>, IDeepCloneable<AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class AcceleratorConfig.
A specification of the type and number of accelerator cards attached to the instance.
Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `AcceleratorConfig` within the `Google.Cloud.Compute.V1` API is 3.6.0, with a range of prior versions from 3.5.0 back to 1.0.0 also accessible."],["The `AcceleratorConfig` class is a specification detailing the number and type of accelerator cards attached to a Compute Engine instance, as a part of the Compute Engine v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `AcceleratorConfig` class has two main properties: `AcceleratorCount` which represents the number of guest accelerator cards, and `AcceleratorType`, which is the URL or name of the accelerator type to be attached."],["There are two constructors available for the `AcceleratorConfig` class: a parameterless constructor and another accepting an `AcceleratorConfig` instance as an argument."]]],[]]