Stay organized with collections
Save and categorize content based on your preferences.
Represents the spec of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] options.
Fields
diskType
string
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-06-27 UTC."],[],[],null,["# PersistentDiskSpec\n\nRepresents the spec of \\[persistent disk\\]\\[https://cloud.google.com/compute/docs/disks/persistent-disks\\] options.\nFields `diskType` `string` \ntype 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)\n`diskSizeGb` `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` \nSize in GB of the disk (default is 100GB)."]]