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