DiskSpec

Represents the spec of disk options.

JSON representation
{
  "bootDiskType": string,
  "bootDiskSizeGb": integer
}
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).