Enum AwsSourceDiskDetails.Type (1.74.0)

public enum AwsSourceDiskDetails.Type extends Enum<AwsSourceDiskDetails.Type> implements ProtocolMessageEnum

Possible values for disk types.

Protobuf enum google.cloud.vmmigration.v1.AwsSourceDiskDetails.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
GP2

GP2 disk type.

GP2 = 1;

GP2_VALUE

GP2 disk type.

GP2 = 1;

GP3

GP3 disk type.

GP3 = 2;

GP3_VALUE

GP3 disk type.

GP3 = 2;

IO1

IO1 disk type.

IO1 = 3;

IO1_VALUE

IO1 disk type.

IO1 = 3;

IO2

IO2 disk type.

IO2 = 4;

IO2_VALUE

IO2 disk type.

IO2 = 4;

SC1

SC1 disk type.

SC1 = 6;

SC1_VALUE

SC1 disk type.

SC1 = 6;

ST1

ST1 disk type.

ST1 = 5;

ST1_VALUE

ST1 disk type.

ST1 = 5;

STANDARD

Standard disk type.

STANDARD = 7;

STANDARD_VALUE

Standard disk type.

STANDARD = 7;

TYPE_UNSPECIFIED

Unspecified AWS disk type. Should not be used.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified AWS disk type. Should not be used.

TYPE_UNSPECIFIED = 0;

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