diskType property

String? diskType
getter/setter pair

The disk type to use in the VM. Possible string values are:

  • "COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED" : An unspecified disk type. Will be used as STANDARD.
  • "COMPUTE_ENGINE_DISK_TYPE_STANDARD" : A Standard disk type.
  • "COMPUTE_ENGINE_DISK_TYPE_SSD" : SSD hard disk type.
  • "COMPUTE_ENGINE_DISK_TYPE_BALANCED" : An alternative to SSD persistent disks that balance performance and cost.

Implementation

core.String? diskType;