public enum VccFailoverPlanStatusResponse extends Enum<VccFailoverPlanStatusResponse>
Enum Constant and Description |
---|
FAILING_OVER |
READY |
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 UNKNOWN
public static final VccFailoverPlanStatusResponse FAILING_OVER
public static final VccFailoverPlanStatusResponse READY
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 © 2019 iland Internet Solutions, Corp. All rights reserved.