Type of the boot disk (default is "pd-ssd").
Valid values: "pd-ssd" (Persistent Disk Solid State Drive) or
"pd-standard" (Persistent Disk Hard Disk Drive).
[[["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-09 UTC."],[[["The `DiskSpec` class in the Cloud AI Platform v1beta1 API represents the configuration options for disk specifications."],["This class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DiskSpec` has two constructors: a default constructor (`DiskSpec()`) and a copy constructor (`DiskSpec(DiskSpec other)`)."],["The `BootDiskSizeGb` property allows specifying the size of the boot disk in GB, with a default size of 100GB."],["The `BootDiskType` property defines the type of boot disk, with options like \"pd-ssd\" or \"pd-standard\"."]]],[]]