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