Google Kubernetes Engine v1 API - Class GPUDirectConfig (3.37.0)

public sealed class GPUDirectConfig : IMessage<GPUDirectConfig>, IEquatable<GPUDirectConfig>, IDeepCloneable<GPUDirectConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class GPUDirectConfig.

GPUDirectConfig specifies the GPU direct strategy on the node pool.

Inheritance

object > GPUDirectConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GPUDirectConfig()

public GPUDirectConfig()

GPUDirectConfig(GPUDirectConfig)

public GPUDirectConfig(GPUDirectConfig other)
Parameter
Name Description
other GPUDirectConfig

Properties

GpuDirectStrategy

public GPUDirectConfig.Types.GPUDirectStrategy GpuDirectStrategy { get; set; }

The type of GPU direct strategy to enable on the node pool.

Property Value
Type Description
GPUDirectConfigTypesGPUDirectStrategy

HasGpuDirectStrategy

public bool HasGpuDirectStrategy { get; }

Gets whether the "gpu_direct_strategy" field is set

Property Value
Type Description
bool