bootDiskType property

String? bootDiskType
getter/setter pair

Type of the boot disk (default is "pd-standard").

Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive), "pd-ssd" (Persistent Disk Solid State Drive), or "pd-standard" (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).

Optional.

Implementation

core.String? bootDiskType;