Class ComputeEngineDiskType (1.8.2)

ComputeEngineDiskType(value)

Types of disks supported for Compute Engine VM.

Values: COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED (0): An unspecified disk type. Will be used as STANDARD. COMPUTE_ENGINE_DISK_TYPE_STANDARD (1): A Standard disk type. COMPUTE_ENGINE_DISK_TYPE_SSD (2): SSD hard disk type. COMPUTE_ENGINE_DISK_TYPE_BALANCED (3): An alternative to SSD persistent disks that balance performance and cost.