Enum PersistentDiskType (0.6.0)

public enum PersistentDiskType extends Enum<PersistentDiskType> implements ProtocolMessageEnum

The persistent disk (PD) types of Compute Engine virtual machines.

Protobuf enum google.cloud.migrationcenter.v1.PersistentDiskType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PERSISTENT_DISK_TYPE_BALANCED

Balanced Persistent Disk.

PERSISTENT_DISK_TYPE_BALANCED = 2;

PERSISTENT_DISK_TYPE_BALANCED_VALUE

Balanced Persistent Disk.

PERSISTENT_DISK_TYPE_BALANCED = 2;

PERSISTENT_DISK_TYPE_SSD

SSD Persistent Disk.

PERSISTENT_DISK_TYPE_SSD = 3;

PERSISTENT_DISK_TYPE_SSD_VALUE

SSD Persistent Disk.

PERSISTENT_DISK_TYPE_SSD = 3;

PERSISTENT_DISK_TYPE_STANDARD

Standard HDD Persistent Disk.

PERSISTENT_DISK_TYPE_STANDARD = 1;

PERSISTENT_DISK_TYPE_STANDARD_VALUE

Standard HDD Persistent Disk.

PERSISTENT_DISK_TYPE_STANDARD = 1;

PERSISTENT_DISK_TYPE_UNSPECIFIED

Unspecified (default value). Selecting this value allows the system to use any disk type according to reported usage. This a good value to start with.

PERSISTENT_DISK_TYPE_UNSPECIFIED = 0;

PERSISTENT_DISK_TYPE_UNSPECIFIED_VALUE

Unspecified (default value). Selecting this value allows the system to use any disk type according to reported usage. This a good value to start with.

PERSISTENT_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()