public static enum InstanceConfigurationLaunchOptions.Firmware extends Enum<InstanceConfigurationLaunchOptions.Firmware> implements BmcEnum
Firmware used to boot VM. Select the option that matches your operating system. * BIOS
- Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit
operating systems that boot using MBR style bootloaders. * UEFI_64
- Boot VM using
UEFI style firmware compatible with 64 bit operating systems. This is the default for
platform images.
Enum Constant and Description |
---|
Bios |
Uefi64 |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static InstanceConfigurationLaunchOptions.Firmware |
create(String key) |
String |
getValue() |
static InstanceConfigurationLaunchOptions.Firmware |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceConfigurationLaunchOptions.Firmware[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceConfigurationLaunchOptions.Firmware Bios
public static final InstanceConfigurationLaunchOptions.Firmware Uefi64
public static final InstanceConfigurationLaunchOptions.Firmware UnknownEnumValue
public static InstanceConfigurationLaunchOptions.Firmware[] values()
for (InstanceConfigurationLaunchOptions.Firmware c : InstanceConfigurationLaunchOptions.Firmware.values()) System.out.println(c);
public static InstanceConfigurationLaunchOptions.Firmware valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static InstanceConfigurationLaunchOptions.Firmware create(String key)
Copyright © 2016–2024. All rights reserved.