Show / Hide Table of Contents

Class ClusterClusterConfigMasterConfigGetArgs

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

Constructors

View Source

ClusterClusterConfigMasterConfigGetArgs()

Declaration
public ClusterClusterConfigMasterConfigGetArgs()

Properties

View Source

Accelerators

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

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

DiskConfig

Disk Config

Declaration
public Input<ClusterClusterConfigMasterConfigDiskConfigGetArgs> DiskConfig { get; set; }
Property Value
Type Description
Input<ClusterClusterConfigMasterConfigDiskConfigGetArgs>
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.