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-25 UTC."],[[["The latest version of the `DiskSpec` class in the Vertex AI v1beta1 API is `1.0.0-beta21`, with a previous version available at `1.0.0-beta20`."],["`DiskSpec` is a sealed class representing disk options within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is used for describing disk specifications."],["`DiskSpec` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["The `DiskSpec` class has two constructors: a default constructor and one that takes another `DiskSpec` object as a parameter, allowing for the creation of new instances and copies."],["The two properties offered by `DiskSpec` are `BootDiskSizeGb` representing the boot disk size in GB, and `BootDiskType` indicating the type of the boot disk, supporting types such as \"pd-ssd\" and \"pd-standard\"."]]],[]]