public enum ComputeEngineDiskType extends Enum<ComputeEngineDiskType> implements ProtocolMessageEnum
Types of disks supported for Compute Engine VM.
Protobuf enum google.events.cloud.vmmigration.v1.ComputeEngineDiskType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPUTE_ENGINE_DISK_TYPE_BALANCED |
An alternative to SSD persistent disks that balance performance and cost. |
COMPUTE_ENGINE_DISK_TYPE_BALANCED_VALUE |
An alternative to SSD persistent disks that balance performance and cost. |
COMPUTE_ENGINE_DISK_TYPE_SSD |
SSD hard disk type. |
COMPUTE_ENGINE_DISK_TYPE_SSD_VALUE |
SSD hard disk type. |
COMPUTE_ENGINE_DISK_TYPE_STANDARD |
A Standard disk type. |
COMPUTE_ENGINE_DISK_TYPE_STANDARD_VALUE |
A Standard disk type. |
COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED |
An unspecified disk type. Will be used as STANDARD. |
COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED_VALUE |
An unspecified disk type. Will be used as STANDARD. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |