Show / Hide Table of Contents

Class ClusterClusterConfigMasterConfigAcceleratorArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigMasterConfigAcceleratorArgs
Inherited Members
ResourceArgs.Empty
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 ClusterClusterConfigMasterConfigAcceleratorArgs : ResourceArgs

Constructors

View Source

ClusterClusterConfigMasterConfigAcceleratorArgs()

Declaration
public ClusterClusterConfigMasterConfigAcceleratorArgs()

Properties

View Source

AcceleratorCount

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.