public sealed class GPUDirectConfig : IMessage<GPUDirectConfig>, IEquatable<GPUDirectConfig>, IDeepCloneable<GPUDirectConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class GPUDirectConfig.
GPUDirectConfig specifies the GPU direct strategy on the node pool.
Implements
IMessageGPUDirectConfig, IEquatableGPUDirectConfig, IDeepCloneableGPUDirectConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|