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."],[[["Version 3.6.0 is the latest release for the Google.Cloud.Compute.V1 LocalDisk, with a history of versions dating back to 1.0.0."],["The LocalDisk class, found within the Google.Cloud.Compute.V1 namespace, implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["LocalDisk objects can be constructed using either the default constructor `LocalDisk()` or by copying another LocalDisk instance via `LocalDisk(LocalDisk other)`."],["Key properties of the LocalDisk class include `DiskCount` (specifying the number of disks), `DiskSizeGb` (specifying the size in GB), and `DiskType` (specifying the type of the disk, such as local-ssd)."],["The class also includes boolean properties to check whether `DiskCount`, `DiskSizeGb` or `DiskType` fields are set, with the properties being `HasDiskCount`, `HasDiskSizeGb` and `HasDiskType` respectively."]]],[]]