public static enum V1NodeStatus.PhaseEnum extends Enum<V1NodeStatus.PhaseEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
V1NodeStatus.PhaseEnum.Adapter |
| Enum Constant and Description |
|---|
PENDING |
RUNNING |
TERMINATED |
| Modifier and Type | Method and Description |
|---|---|
static V1NodeStatus.PhaseEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static V1NodeStatus.PhaseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1NodeStatus.PhaseEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V1NodeStatus.PhaseEnum PENDING
public static final V1NodeStatus.PhaseEnum RUNNING
public static final V1NodeStatus.PhaseEnum TERMINATED
public static V1NodeStatus.PhaseEnum[] values()
for (V1NodeStatus.PhaseEnum c : V1NodeStatus.PhaseEnum.values()) System.out.println(c);
public static V1NodeStatus.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<V1NodeStatus.PhaseEnum>public static V1NodeStatus.PhaseEnum fromValue(String value)
Copyright © 2022. All rights reserved.