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