Show / Hide Table of Contents

Class ClusterClusterConfigWorkerConfigDiskConfigArgs

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

Constructors

View Source

ClusterClusterConfigWorkerConfigDiskConfigArgs()

Declaration
public ClusterClusterConfigWorkerConfigDiskConfigArgs()

Properties

View Source

BootDiskSizeGb

Size of the primary disk attached to each preemptible worker node, specified in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.

Declaration
public Input<int> BootDiskSizeGb { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

BootDiskType

The disk type of the primary disk attached to each preemptible worker node. One of &quot;pd-ssd&quot; or &quot;pd-standard&quot;. Defaults to &quot;pd-standard&quot;.

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

NumLocalSsds

The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.

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