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.
Implements
IMessageGPUDriverInstallationConfig, IEquatableGPUDriverInstallationConfig, IDeepCloneableGPUDriverInstallationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
GPUDriverInstallationConfig()
public GPUDriverInstallationConfig()
GPUDriverInstallationConfig(GPUDriverInstallationConfig)
public GPUDriverInstallationConfig(GPUDriverInstallationConfig other)
Parameter | |
---|---|
Name | Description |
other |
GPUDriverInstallationConfig |
Properties
GpuDriverVersion
public GPUDriverInstallationConfig.Types.GPUDriverVersion GpuDriverVersion { get; set; }
Mode for how the GPU driver is installed.
Property Value | |
---|---|
Type | Description |
GPUDriverInstallationConfigTypesGPUDriverVersion |
HasGpuDriverVersion
public bool HasGpuDriverVersion { get; }
Gets whether the "gpu_driver_version" field is set
Property Value | |
---|---|
Type | Description |
bool |