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