Module: Google::Cloud::VMMigration::V1::ComputeEngineDiskType
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Types of disks supported for Compute Engine VM.
Constant Summary collapse
- COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED =
An unspecified disk type. Will be used as STANDARD.
0
- COMPUTE_ENGINE_DISK_TYPE_STANDARD =
A Standard disk type.
1
- COMPUTE_ENGINE_DISK_TYPE_SSD =
SSD hard disk type.
2
- COMPUTE_ENGINE_DISK_TYPE_BALANCED =
An alternative to SSD persistent disks that balance performance and cost.
3