public static enum LaunchInstancePlatformConfig.Type extends Enum<LaunchInstancePlatformConfig.Type> implements BmcEnum
The type of platform being configured.
Enum Constant and Description |
---|
AmdMilanBm |
AmdMilanBmGpu |
AmdRomeBm |
AmdRomeBmGpu |
AmdVm |
GenericBm |
IntelIcelakeBm |
IntelSkylakeBm |
IntelVm |
Modifier and Type | Method and Description |
---|---|
static LaunchInstancePlatformConfig.Type |
create(String key) |
String |
getValue() |
static LaunchInstancePlatformConfig.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaunchInstancePlatformConfig.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaunchInstancePlatformConfig.Type AmdMilanBm
public static final LaunchInstancePlatformConfig.Type AmdMilanBmGpu
public static final LaunchInstancePlatformConfig.Type AmdRomeBm
public static final LaunchInstancePlatformConfig.Type AmdRomeBmGpu
public static final LaunchInstancePlatformConfig.Type GenericBm
public static final LaunchInstancePlatformConfig.Type IntelIcelakeBm
public static final LaunchInstancePlatformConfig.Type IntelSkylakeBm
public static final LaunchInstancePlatformConfig.Type AmdVm
public static final LaunchInstancePlatformConfig.Type IntelVm
public static LaunchInstancePlatformConfig.Type[] values()
for (LaunchInstancePlatformConfig.Type c : LaunchInstancePlatformConfig.Type.values()) System.out.println(c);
public static LaunchInstancePlatformConfig.Type 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 LaunchInstancePlatformConfig.Type create(String key)
Copyright © 2016–2024. All rights reserved.