Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
[[["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-04-02 UTC."],[[["The `LocalDisk` class provides specifications for local disk configurations within the Google Cloud Compute environment, specifically version 1.4.0, but also listing other versions."],["It allows users to define the number (`DiskCount`), size in GB (`DiskSizeGb`), and type (`DiskType`) of local disks."],["The `LocalDisk` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to ensure compatibility and functionality within the .NET environment."],["Multiple properties can be checked for its state, such as whether the `disk_count`, `disk_size_gb` and `disk_type` field is set or not using the boolean property `HasDiskCount`, `HasDiskSizeGb`, and `HasDiskType`, respectively."],["The latest available version of `LocalDisk` is 3.6.0, and previous versions from 3.5.0 all the way down to 1.0.0 are also made available."]]],[]]