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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
PERSISTENT_DISK_TYPE_BALANCED | Balanced Persistent Disk. |
PERSISTENT_DISK_TYPE_BALANCED_VALUE | Balanced Persistent Disk. |
PERSISTENT_DISK_TYPE_SSD | SSD Persistent Disk. |
PERSISTENT_DISK_TYPE_SSD_VALUE | SSD Persistent Disk. |
PERSISTENT_DISK_TYPE_STANDARD | Standard HDD Persistent Disk. |
PERSISTENT_DISK_TYPE_STANDARD_VALUE | Standard HDD Persistent Disk. |
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_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. |
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() |