public enum AwsSourceDiskDetails.Type extends Enum<AwsSourceDiskDetails.Type> implements ProtocolMessageEnum
Possible values for disk types.
Protobuf enum google.cloud.vmmigration.v1.AwsSourceDiskDetails.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GP2 |
GP2 disk type. |
GP2_VALUE |
GP2 disk type. |
GP3 |
GP3 disk type. |
GP3_VALUE |
GP3 disk type. |
IO1 |
IO1 disk type. |
IO1_VALUE |
IO1 disk type. |
IO2 |
IO2 disk type. |
IO2_VALUE |
IO2 disk type. |
SC1 |
SC1 disk type. |
SC1_VALUE |
SC1 disk type. |
ST1 |
ST1 disk type. |
ST1_VALUE |
ST1 disk type. |
STANDARD |
Standard disk type. |
STANDARD_VALUE |
Standard disk type. |
TYPE_UNSPECIFIED |
Unspecified AWS disk type. Should not be used. |
TYPE_UNSPECIFIED_VALUE |
Unspecified AWS disk type. Should not be used. |
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() |