Class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig
Inheritance
System.Object
ClusterClusterConfigPreemptibleWorkerConfigDiskConfig
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 ClusterClusterConfigPreemptibleWorkerConfigDiskConfig
Fields
View SourceBootDiskSizeGb
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> |
BootDiskType
The disk type of the primary disk attached to each preemptible worker node.
One of "pd-ssd" or "pd-standard". Defaults to "pd-standard".
Declaration
public readonly string BootDiskType
Field Value
| Type | Description |
|---|---|
| System.String |
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> |