Enum ComputeEngineDiskType (1.33.0)

public enum ComputeEngineDiskType extends Enum<ComputeEngineDiskType> implements ProtocolMessageEnum

Types of disks supported for Compute Engine VM.

Protobuf enum google.cloud.vmmigration.v1.ComputeEngineDiskType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPUTE_ENGINE_DISK_TYPE_BALANCED

An alternative to SSD persistent disks that balance performance and cost.

COMPUTE_ENGINE_DISK_TYPE_BALANCED = 3;

COMPUTE_ENGINE_DISK_TYPE_BALANCED_VALUE

An alternative to SSD persistent disks that balance performance and cost.

COMPUTE_ENGINE_DISK_TYPE_BALANCED = 3;

COMPUTE_ENGINE_DISK_TYPE_SSD

SSD hard disk type.

COMPUTE_ENGINE_DISK_TYPE_SSD = 2;

COMPUTE_ENGINE_DISK_TYPE_SSD_VALUE

SSD hard disk type.

COMPUTE_ENGINE_DISK_TYPE_SSD = 2;

COMPUTE_ENGINE_DISK_TYPE_STANDARD

A Standard disk type.

COMPUTE_ENGINE_DISK_TYPE_STANDARD = 1;

COMPUTE_ENGINE_DISK_TYPE_STANDARD_VALUE

A Standard disk type.

COMPUTE_ENGINE_DISK_TYPE_STANDARD = 1;

COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED

An unspecified disk type. Will be used as STANDARD.

COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED = 0;

COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED_VALUE

An unspecified disk type. Will be used as STANDARD.

COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()