Class: Google::Apis::ContainerV1beta1::GpuDriverInstallationConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

GPUDriverInstallationConfig specifies the version of GPU driver to be auto installed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GpuDriverInstallationConfig

Returns a new instance of GpuDriverInstallationConfig.



2882
2883
2884
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2882

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gpu_driver_versionString

Mode for how the GPU driver is installed. Corresponds to the JSON property gpuDriverVersion

Returns:

  • (String)


2880
2881
2882
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2880

def gpu_driver_version
  @gpu_driver_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2887
2888
2889
# File 'lib/google/apis/container_v1beta1/classes.rb', line 2887

def update!(**args)
  @gpu_driver_version = args[:gpu_driver_version] if args.key?(:gpu_driver_version)
end