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-03-31 UTC."],[[["This webpage provides documentation for the `DiskSpec` class within the Google Cloud AI Platform v1 API, detailing its properties and usage."],["The latest version of the `DiskSpec` documentation is for version 3.22.0, with a comprehensive list of previous versions, dating back to version 1.0.0, also accessible."],["The `DiskSpec` class represents the specifications for disk options, and is derived from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DiskSpec` include `BootDiskSizeGb`, which represents the boot disk size in GB (defaulting to 100GB), and `BootDiskType`, specifying the type of boot disk such as \"pd-ssd\" or \"pd-standard\"."],["The documentation shows that there is an array of constructors such as a default one `DiskSpec()`, and an overload `DiskSpec(DiskSpec other)` that takes a DiskSpec object for the parameter, this allows for copying of values."]]],[]]