Google Cloud Dataproc v1 API - Class GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig (5.2.0)

public sealed class GkeNodePoolAcceleratorConfig : IMessage<GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig>, IEquatable<GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig>, IDeepCloneable<GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig.

A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a NodePool.

Inheritance

Object > GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GkeNodePoolAcceleratorConfig()

public GkeNodePoolAcceleratorConfig()

GkeNodePoolAcceleratorConfig(GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig)

public GkeNodePoolAcceleratorConfig(GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig other)
Parameter
NameDescription
otherGkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig

Properties

AcceleratorCount

public long AcceleratorCount { get; set; }

The number of accelerator cards exposed to an instance.

Property Value
TypeDescription
Int64

AcceleratorType

public string AcceleratorType { get; set; }

The accelerator type resource namename (see GPUs on Compute Engine).

Property Value
TypeDescription
String