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