public enum RestoreTaskObjectStatus extends Enum<RestoreTaskObjectStatus>
| Enum Constant and Description |
|---|
ABORTED |
DATA_COPY_STARTED |
FETCHED_ENTITY_INFO |
FILES_CLONED |
FINISHED |
IN_PROGRESS |
RELOCATION_STARTED |
VM_CREATED |
| Modifier and Type | Method and Description |
|---|---|
static RestoreTaskObjectStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreTaskObjectStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestoreTaskObjectStatus FILES_CLONED
public static final RestoreTaskObjectStatus FETCHED_ENTITY_INFO
public static final RestoreTaskObjectStatus VM_CREATED
public static final RestoreTaskObjectStatus RELOCATION_STARTED
public static final RestoreTaskObjectStatus FINISHED
public static final RestoreTaskObjectStatus ABORTED
public static final RestoreTaskObjectStatus DATA_COPY_STARTED
public static final RestoreTaskObjectStatus IN_PROGRESS
public static RestoreTaskObjectStatus[] values()
for (RestoreTaskObjectStatus c : RestoreTaskObjectStatus.values()) System.out.println(c);
public static RestoreTaskObjectStatus 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 © 2023 iland Internet Solutions, Corp. All rights reserved.