Class ClusterClusterConfigWorkerConfigAcceleratorArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigWorkerConfigAcceleratorArgs : ResourceArgs
Constructors
View SourceClusterClusterConfigWorkerConfigAcceleratorArgs()
Declaration
public ClusterClusterConfigWorkerConfigAcceleratorArgs()
Properties
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 Input<int> AcceleratorCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
AcceleratorType
The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
Declaration
public Input<string> AcceleratorType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |