@Generated public enum ComputeState extends Enum<ComputeState>
| Enum Constant and Description |
|---|
ACTIVE |
DELETING |
ERROR |
STARTING |
STOPPED |
STOPPING |
UPDATING |
| Modifier and Type | Method and Description |
|---|---|
static ComputeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeState ACTIVE
public static final ComputeState DELETING
public static final ComputeState ERROR
public static final ComputeState STARTING
public static final ComputeState STOPPED
public static final ComputeState STOPPING
public static final ComputeState UPDATING
public static ComputeState[] values()
for (ComputeState c : ComputeState.values()) System.out.println(c);
public static ComputeState 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 nullCopyright © 2025. All rights reserved.