public static enum IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket extends Enum<IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket> implements BmcEnum
The number of NUMA nodes per socket (NPS).
Modifier and Type | Method and Description |
---|---|
static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket |
create(String key) |
String |
getValue() |
static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket Nps1
public static final IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket Nps2
public static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket[] values()
for (IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket c : IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket.values()) System.out.println(c);
public static IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket 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 IntelIcelakeBmLaunchInstancePlatformConfig.NumaNodesPerSocket create(String key)
Copyright © 2016–2024. All rights reserved.