public enum VccFailoverPlanStatusResponse extends Enum<VccFailoverPlanStatusResponse>
| Enum Constant and Description | 
|---|
| COMPLETED | 
| FAILED | 
| IN_PROGRESS | 
| READY | 
| UNDO_FAILED | 
| UNDO_IN_PROGRESS | 
| UNKNOWN | 
| Modifier and Type | Method and Description | 
|---|---|
| static VccFailoverPlanStatusResponse | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static VccFailoverPlanStatusResponse[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final VccFailoverPlanStatusResponse READY
public static final VccFailoverPlanStatusResponse IN_PROGRESS
public static final VccFailoverPlanStatusResponse COMPLETED
public static final VccFailoverPlanStatusResponse UNDO_IN_PROGRESS
public static final VccFailoverPlanStatusResponse UNDO_FAILED
public static final VccFailoverPlanStatusResponse FAILED
public static final VccFailoverPlanStatusResponse UNKNOWN
public static VccFailoverPlanStatusResponse[] values()
for (VccFailoverPlanStatusResponse c : VccFailoverPlanStatusResponse.values()) System.out.println(c);
public static VccFailoverPlanStatusResponse 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 © 2020 iland Internet Solutions, Corp. All rights reserved.