DiskSpec

Represents the spec of disk options.

Fields
bootDiskType string

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).

bootDiskSizeGb integer

size in GB of the boot disk (default is 100GB).

JSON representation
{
  "bootDiskType": string,
  "bootDiskSizeGb": integer
}