public sealed class PersistentDiskSpec : IMessage<PersistentDiskSpec>, IEquatable<PersistentDiskSpec>, IDeepCloneable<PersistentDiskSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PersistentDiskSpec.
Type of the disk (default is "pd-standard").
Valid values: "pd-ssd" (Persistent Disk Solid State Drive)
"pd-standard" (Persistent Disk Hard Disk Drive)
"pd-balanced" (Balanced Persistent Disk)
"pd-extreme" (Extreme Persistent Disk)
[[["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."],[[["This document provides reference documentation for the `PersistentDiskSpec` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02, with links to the latest and version 1.0.0-beta20."],["The `PersistentDiskSpec` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, representing the specifications for persistent disk options."],["The class has two constructors: a default constructor and one that takes another `PersistentDiskSpec` object as a parameter, allowing for creating new instances and cloning existing ones."],["It includes properties to define disk specifications, such as `DiskSizeGb` for setting the disk size in GB, and `DiskType` for specifying the type of disk, supporting options like \"pd-ssd\", \"pd-standard\", \"pd-balanced\", and \"pd-extreme\"."]]],[]]