Enum BootConversion (1.74.0)

public enum BootConversion extends Enum<BootConversion> implements ProtocolMessageEnum

Possible boot options conversions.

Protobuf enum google.cloud.vmmigration.v1.BootConversion

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIOS_TO_EFI

Convert from BIOS to EFI.

BIOS_TO_EFI = 2;

BIOS_TO_EFI_VALUE

Convert from BIOS to EFI.

BIOS_TO_EFI = 2;

BOOT_CONVERSION_UNSPECIFIED

Unspecified conversion type.

BOOT_CONVERSION_UNSPECIFIED = 0;

BOOT_CONVERSION_UNSPECIFIED_VALUE

Unspecified conversion type.

BOOT_CONVERSION_UNSPECIFIED = 0;

NONE

No conversion.

NONE = 1;

NONE_VALUE

No conversion.

NONE = 1;

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