Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ComputeEngineDiskType.
Types of disks supported for Compute Engine VM.
Protobuf type google.cloud.vmmigration.v1.ComputeEngineDiskType
Methods
name
value
mixed
value
name
mixed
Constants
COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED
Value: 0
An unspecified disk type. Will be used as STANDARD.
Generated from protobuf enum COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED = 0;
COMPUTE_ENGINE_DISK_TYPE_STANDARD
Value: 1
A Standard disk type.
Generated from protobuf enum COMPUTE_ENGINE_DISK_TYPE_STANDARD = 1;
COMPUTE_ENGINE_DISK_TYPE_SSD
Value: 2
SSD hard disk type.
Generated from protobuf enum COMPUTE_ENGINE_DISK_TYPE_SSD = 2;
COMPUTE_ENGINE_DISK_TYPE_BALANCED
Value: 3
An alternative to SSD persistent disks that balance performance and cost.
Generated from protobuf enum COMPUTE_ENGINE_DISK_TYPE_BALANCED = 3;