public static enum KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum extends Enum<KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum.Adapter |
| Enum Constant and Description |
|---|
BEST_EFFORT |
NONE |
RESTRICTED |
SINGLE_NUMA_NODE |
| Modifier and Type | Method and Description |
|---|---|
static KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="restricted") public static final KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum RESTRICTED
@SerializedName(value="best-effort") public static final KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum BEST_EFFORT
@SerializedName(value="none") public static final KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum NONE
@SerializedName(value="single-numa-node") public static final KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum SINGLE_NUMA_NODE
public static KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum[] values()
for (KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum c : KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum.values()) System.out.println(c);
public static KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum 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 String getValue()
public String toString()
toString in class Enum<KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum>public static KubeletConfigForCreateNodePoolInput.TopologyManagerPolicyEnum fromValue(String input)
Copyright © 2026. All rights reserved.