public static enum StatusForListNodePoolsOutput.PhaseEnum extends Enum<StatusForListNodePoolsOutput.PhaseEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusForListNodePoolsOutput.PhaseEnum.Adapter |
| Enum Constant and Description |
|---|
CREATING |
DELETING |
FAILED |
RUNNING |
SCALING |
UPDATING |
| Modifier and Type | Method and Description |
|---|---|
static StatusForListNodePoolsOutput.PhaseEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static StatusForListNodePoolsOutput.PhaseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusForListNodePoolsOutput.PhaseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Creating") public static final StatusForListNodePoolsOutput.PhaseEnum CREATING
@SerializedName(value="Running") public static final StatusForListNodePoolsOutput.PhaseEnum RUNNING
@SerializedName(value="Updating") public static final StatusForListNodePoolsOutput.PhaseEnum UPDATING
@SerializedName(value="Scaling") public static final StatusForListNodePoolsOutput.PhaseEnum SCALING
@SerializedName(value="Deleting") public static final StatusForListNodePoolsOutput.PhaseEnum DELETING
@SerializedName(value="Failed") public static final StatusForListNodePoolsOutput.PhaseEnum FAILED
public static StatusForListNodePoolsOutput.PhaseEnum[] values()
for (StatusForListNodePoolsOutput.PhaseEnum c : StatusForListNodePoolsOutput.PhaseEnum.values()) System.out.println(c);
public static StatusForListNodePoolsOutput.PhaseEnum 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<StatusForListNodePoolsOutput.PhaseEnum>public static StatusForListNodePoolsOutput.PhaseEnum fromValue(String input)
Copyright © 2026. All rights reserved.