public sealed class GPUDriverInstallationConfig : IMessage<GPUDriverInstallationConfig>, IEquatable<GPUDriverInstallationConfig>, IDeepCloneable<GPUDriverInstallationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GPUDriverInstallationConfig.
GPUDriverInstallationConfig specifies the version of GPU driver to be auto
installed.
[[["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."],[[["This webpage provides documentation for the `GPUDriverInstallationConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment."],["The class `GPUDriverInstallationConfig` is designed to define the version of the GPU driver that will be automatically installed, offering functionality to set and manage this configuration."],["The latest version documented is 3.33.0, but the page also hosts documentation for numerous previous versions, starting as early as version 2.3.0, all the way to 3.32.0, 3.31.0, and so forth."],["The `GPUDriverInstallationConfig` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for object handling, equality checks, cloning, and buffer message management."],["The document features two constructors for the class, one being a parameterless constructor and the other taking an object of the same type as a parameter, and it contains two properties `GpuDriverVersion` and `HasGpuDriverVersion`."]]],[]]