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