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