Google Kubernetes Engine v1 API - Class GPUDriverInstallationConfig (3.25.0)

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.

Inheritance

object > GPUDriverInstallationConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GPUDriverInstallationConfig()

public GPUDriverInstallationConfig()

GPUDriverInstallationConfig(GPUDriverInstallationConfig)

public GPUDriverInstallationConfig(GPUDriverInstallationConfig other)
Parameter
NameDescription
otherGPUDriverInstallationConfig

Properties

GpuDriverVersion

public GPUDriverInstallationConfig.Types.GPUDriverVersion GpuDriverVersion { get; set; }

Mode for how the GPU driver is installed.

Property Value
TypeDescription
GPUDriverInstallationConfigTypesGPUDriverVersion

HasGpuDriverVersion

public bool HasGpuDriverVersion { get; }

Gets whether the "gpu_driver_version" field is set

Property Value
TypeDescription
bool