diskType property
The type of disk provisioning to use for the VM.
Optional. 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;