bootDiskType property

String? bootDiskType
getter/setter pair

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

Implementation

core.String? bootDiskType;