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