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-03-31 UTC."],[[["The `LocalDisk` class represents a local disk in the Google Cloud Compute environment and is part of the `Google.Cloud.Compute.V1` namespace."],["Version 3.6.0 is the latest version available in the documentation, with a historical record of versions spanning back to 1.0.0, and the current document is version 2.4.0."],["The `LocalDisk` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `LocalDisk` class includes properties to define the specifications of a local disk, such as `DiskCount`, `DiskSizeGb`, and `DiskType`, all of which have corresponding boolean checks to verify if they have been set."],["The `LocalDisk` class contains two constructors: a default constructor `LocalDisk()` and one that takes another `LocalDisk` object as an argument `LocalDisk(LocalDisk other)`."]]],[]]