public enum VmwareVmDetails.BootOption extends Enum<VmwareVmDetails.BootOption> implements ProtocolMessageEnum
Possible values for vm boot option.
Protobuf enum google.events.cloud.vmmigration.v1.VmwareVmDetails.BootOption
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BIOS |
The boot option is BIOS. |
BIOS_VALUE |
The boot option is BIOS. |
BOOT_OPTION_UNSPECIFIED |
The boot option is unknown. |
BOOT_OPTION_UNSPECIFIED_VALUE |
The boot option is unknown. |
EFI |
The boot option is EFI. |
EFI_VALUE |
The boot option is EFI. |
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() |