Show / Hide Table of Contents

Class ClusterClusterConfigMasterConfigAccelerator

Inheritance
System.Object
ClusterClusterConfigMasterConfigAccelerator
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 ClusterClusterConfigMasterConfigAccelerator

Fields

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 readonly int AcceleratorCount
Field Value
Type Description
System.Int32
View Source

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