Show / Hide Table of Contents

Class ClusterClusterConfigWorkerConfigDiskConfig

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

Fields

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 readonly int? BootDiskSizeGb
Field Value
Type Description
System.Nullable<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 readonly string BootDiskType
Field Value
Type Description
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 readonly int? NumLocalSsds
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.