ClusterClusterConfigWorkerConfigDiskConfig

data class ClusterClusterConfigWorkerConfigDiskConfig(val bootDiskSizeGb: Int? = null, val bootDiskType: String? = null, val localSsdInterface: String? = null, val numLocalSsds: Int? = null)

Constructors

constructor(bootDiskSizeGb: Int? = null, bootDiskType: String? = null, localSsdInterface: String? = null, numLocalSsds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bootDiskSizeGb: Int? = null

Size of the primary disk attached to each 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.

Link copied to clipboard
val bootDiskType: String? = null

The disk type of the primary disk attached to each node. One of "pd-ssd" or "pd-standard". Defaults to "pd-standard".

Link copied to clipboard

Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).

Link copied to clipboard
val numLocalSsds: Int? = null

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