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 of the `AcceleratorConfig` class is 3.6.0, which is part of the Google.Cloud.Compute.V1 API."],["This page provides reference documentation for the Compute Engine v1 API `AcceleratorConfig` class, detailing its function as a specification for the type and number of accelerator cards on an instance."],["The `AcceleratorConfig` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering methods like `GetHashCode`, `GetType`, and `ToString`."],["The `AcceleratorConfig` class contains properties such as `AcceleratorCount` (the number of accelerator cards) and `AcceleratorType` (the type of accelerator), along with booleans to check if these fields are set."],["The documentation includes multiple versions of the `AcceleratorConfig` class, ranging from version 1.0.0 to the latest 3.6.0, for users to reference."]]],[]]