Show / Hide Table of Contents

Class ClusterClusterConfigMasterConfig

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

Fields

View Source

Accelerators

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

Declaration
public readonly ImmutableArray<ClusterClusterConfigMasterConfigAccelerator> Accelerators
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ClusterClusterConfigMasterConfigAccelerator>
View Source

DiskConfig

Disk Config

Declaration
public readonly ClusterClusterConfigMasterConfigDiskConfig DiskConfig
Field Value
Type Description
ClusterClusterConfigMasterConfigDiskConfig
View Source

ImageUri

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

Declaration
public readonly string ImageUri
Field Value
Type Description
System.String
View Source

InstanceNames

Declaration
public readonly ImmutableArray<string> InstanceNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly string MachineType
Field Value
Type Description
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 readonly string MinCpuPlatform
Field Value
Type Description
System.String
View Source

NumInstances

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

Declaration
public readonly int? NumInstances
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.