Enum ComputeEngineBootOption (1.5.0)

public enum ComputeEngineBootOption extends Enum<ComputeEngineBootOption> implements ProtocolMessageEnum

Possible values for vm boot option.

Protobuf enum google.cloud.vmmigration.v1.ComputeEngineBootOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPUTE_ENGINE_BOOT_OPTION_BIOS

The boot option is BIOS.

COMPUTE_ENGINE_BOOT_OPTION_BIOS = 2;

COMPUTE_ENGINE_BOOT_OPTION_BIOS_VALUE

The boot option is BIOS.

COMPUTE_ENGINE_BOOT_OPTION_BIOS = 2;

COMPUTE_ENGINE_BOOT_OPTION_EFI

The boot option is EFI.

COMPUTE_ENGINE_BOOT_OPTION_EFI = 1;

COMPUTE_ENGINE_BOOT_OPTION_EFI_VALUE

The boot option is EFI.

COMPUTE_ENGINE_BOOT_OPTION_EFI = 1;

COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED

The boot option is unknown.

COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED = 0;

COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED_VALUE

The boot option is unknown.

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