Type of the boot disk. For non-A3U machines, the default value is
"pd-ssd", for A3U machines, the default value is "hyperdisk-balanced".
Valid values: "pd-ssd" (Persistent Disk Solid State Drive),
"pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDiskSpec\u003c/code\u003e class in the Vertex AI v1beta1 API is \u003ccode\u003e1.0.0-beta21\u003c/code\u003e, with a previous version available at \u003ccode\u003e1.0.0-beta20\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDiskSpec\u003c/code\u003e is a sealed class representing disk options within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace and is used for describing disk specifications.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDiskSpec\u003c/code\u003e implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDiskSpec\u003c/code\u003e class has two constructors: a default constructor and one that takes another \u003ccode\u003eDiskSpec\u003c/code\u003e object as a parameter, allowing for the creation of new instances and copies.\u003c/p\u003e\n"],["\u003cp\u003eThe two properties offered by \u003ccode\u003eDiskSpec\u003c/code\u003e are \u003ccode\u003eBootDiskSizeGb\u003c/code\u003e representing the boot disk size in GB, and \u003ccode\u003eBootDiskType\u003c/code\u003e indicating the type of the boot disk, supporting types such as "pd-ssd" and "pd-standard".\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class DiskSpec (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DiskSpec)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.DiskSpec) \n\n public sealed class DiskSpec : IMessage\u003cDiskSpec\u003e, IEquatable\u003cDiskSpec\u003e, IDeepCloneable\u003cDiskSpec\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class DiskSpec.\n\nRepresents the spec of disk options. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DiskSpec \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DiskSpec](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DiskSpec), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DiskSpec](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DiskSpec), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DiskSpec](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.DiskSpec), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### DiskSpec()\n\n public DiskSpec()\n\n### DiskSpec(DiskSpec)\n\n public DiskSpec(DiskSpec other)\n\nProperties\n----------\n\n### BootDiskSizeGb\n\n public int BootDiskSizeGb { get; set; }\n\nSize in GB of the boot disk (default is 100GB).\n\n### BootDiskType\n\n public string BootDiskType { get; set; }\n\nType of the boot disk. For non-A3U machines, the default value is\n\"pd-ssd\", for A3U machines, the default value is \"hyperdisk-balanced\".\nValid values: \"pd-ssd\" (Persistent Disk Solid State Drive),\n\"pd-standard\" (Persistent Disk Hard Disk Drive) or \"hyperdisk-balanced\"."]]