Represents the spec of disk options.
bootDiskTypestring
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".
bootDiskSizeGbinteger
Size in GB of the boot disk (default is 100GB).
| JSON representation |
|---|
{ "bootDiskType": string, "bootDiskSizeGb": integer } |