Class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs
Inheritance
System.Object
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs : ResourceArgs
Constructors
View SourceClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs()
Declaration
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs()
Properties
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 Input<int> BootDiskSizeGb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> BootDiskType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |