Show / Hide Table of Contents

Class ClusterClusterConfigWorkerConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigWorkerConfigGetArgs
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 ClusterClusterConfigWorkerConfigGetArgs : ResourceArgs

Constructors

View Source

ClusterClusterConfigWorkerConfigGetArgs()

Declaration
public ClusterClusterConfigWorkerConfigGetArgs()

Properties

View Source

Accelerators

The Compute Engine accelerator configuration for these instances. Can be specified multiple times.

Declaration
public InputList<ClusterClusterConfigWorkerConfigAcceleratorGetArgs> Accelerators { get; set; }
Property Value
Type Description
InputList<ClusterClusterConfigWorkerConfigAcceleratorGetArgs>
View Source

DiskConfig

Disk Config

Declaration
public Input<ClusterClusterConfigWorkerConfigDiskConfigGetArgs> DiskConfig { get; set; }
Property Value
Type Description
Input<ClusterClusterConfigWorkerConfigDiskConfigGetArgs>
View Source

ImageUri

The URI for the image to use for this worker. See the guide for more information.

Declaration
public Input<string> ImageUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InstanceNames

Declaration
public InputList<string> InstanceNames { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

MachineType

The name of a Google Compute Engine machine type to create for the worker nodes. If not specified, GCP will default to a predetermined computed value (currently n1-standard-4).

Declaration
public Input<string> MachineType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MinCpuPlatform

The name of a minimum generation of CPU family for the master. If not specified, GCP will default to a predetermined computed value for each zone. See the guide for details about which CPU families are available (and defaulted) for each zone.

Declaration
public Input<string> MinCpuPlatform { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NumInstances

Specifies the number of preemptible nodes to create. Defaults to 0.

Declaration
public Input<int> NumInstances { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.