Enum GPUDriverInstallationConfig.GPUDriverVersion (2.44.0)

public enum GPUDriverInstallationConfig.GPUDriverVersion extends Enum<GPUDriverInstallationConfig.GPUDriverVersion> implements ProtocolMessageEnum

The GPU driver version to install.

Protobuf enum google.container.v1.GPUDriverInstallationConfig.GPUDriverVersion

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEFAULT

"Default" GPU driver in COS and Ubuntu.

DEFAULT = 2;

DEFAULT_VALUE

"Default" GPU driver in COS and Ubuntu.

DEFAULT = 2;

GPU_DRIVER_VERSION_UNSPECIFIED

Default value is to not install any GPU driver.

GPU_DRIVER_VERSION_UNSPECIFIED = 0;

GPU_DRIVER_VERSION_UNSPECIFIED_VALUE

Default value is to not install any GPU driver.

GPU_DRIVER_VERSION_UNSPECIFIED = 0;

INSTALLATION_DISABLED

Disable GPU driver auto installation and needs manual installation

INSTALLATION_DISABLED = 1;

INSTALLATION_DISABLED_VALUE

Disable GPU driver auto installation and needs manual installation

INSTALLATION_DISABLED = 1;

LATEST

"Latest" GPU driver in COS.

LATEST = 3;

LATEST_VALUE

"Latest" GPU driver in COS.

LATEST = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()