Class ClusterClusterConfigWorkerConfigAccelerator
Inheritance
System.Object
ClusterClusterConfigWorkerConfigAccelerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigWorkerConfigAccelerator
Fields
View SourceAcceleratorCount
The number of the accelerator cards of this type exposed to this instance. Often restricted to one of 1, 2, 4, or 8.
Declaration
public readonly int AcceleratorCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
AcceleratorType
The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
Declaration
public readonly string AcceleratorType
Field Value
| Type | Description |
|---|---|
| System.String |