Optional. Type of the boot disk (default is "pd-standard").
Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive),
"pd-ssd" (Persistent Disk Solid State Drive),
or "pd-standard" (Persistent Disk Hard Disk Drive).
See Disk types.
Optional. Number of attached SSDs, from 0 to 4 (default is 0).
If SSDs are not attached, the boot disk is used to store runtime logs and
HDFS data.
If one or more SSDs are attached, this runtime bulk
data is spread across them, and the boot disk contains only basic
config and installed binaries.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DiskConfig` class is used to specify disk options for a group of virtual machine instances in Google Cloud Dataproc."],["This class has properties to define the boot disk size (`BootDiskSizeGb`), the boot disk type (`BootDiskType`), and the number of attached SSDs (`NumLocalSsds`)."],["The default boot disk size is 500GB, and the default boot disk type is \"pd-standard\", while the number of attached SSDs defaults to 0."],["There are multiple versions of this, with version `5.17.0` being the most recent and `3.1.0` being the oldest one available."],["This `DiskConfig` class implements several interfaces including `IMessage`, `IEquatable\u003cDiskConfig\u003e`, `IDeepCloneable\u003cDiskConfig\u003e`, and `IBufferMessage`, allowing for various functionalities such as deep cloning, comparison, and protocol buffer message handling."]]],[]]