DiskSpec

Represents the spec of disk options.

Fields
bootDiskType string

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

bootDiskSizeGb integer

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

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