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 provided content is documentation for the `DiskConfig` class within the Google.Cloud.Dataproc.V1 namespace, specifically for version 3.1.0, with various versions ranging from 3.1.0 to 5.17.0."],["`DiskConfig` is a class for configuring disk options for a group of VM instances in Google Cloud Dataproc, inheriting from the `Object` class and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiskConfig` class allows specification of the size and type of the boot disk, with defaults of 500GB and \"pd-standard\", and allows users to specify the number of local SSDs, ranging from 0-4, for storing runtime logs and HDFS data."],["There is a list of other implemented methods, and properties associated with this class, which are `BootDiskSizeGb`, `BootDiskType`, and `NumLocalSsds`."],["The latest version in the list is `5.17.0`, while the oldest is `3.1.0`, with a provided link to each of them."]]],[]]