public enum VpgStatusResponse extends Enum<VpgStatusResponse>
| Enum Constant and Description | 
|---|
| DELETING | 
| FAILING_OVER | 
| HISTORY_NOT_MEETING_SLA | 
| INITIALIZING | 
| MEETING_SLA | 
| MOVING | 
| NOT_MEETING_SLA | 
| RECOVERED | 
| RPO_NOT_MEETING_SLA | 
| Modifier and Type | Method and Description | 
|---|---|
| static VpgStatusResponse | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static VpgStatusResponse[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final VpgStatusResponse INITIALIZING
public static final VpgStatusResponse MEETING_SLA
public static final VpgStatusResponse NOT_MEETING_SLA
public static final VpgStatusResponse HISTORY_NOT_MEETING_SLA
public static final VpgStatusResponse RPO_NOT_MEETING_SLA
public static final VpgStatusResponse FAILING_OVER
public static final VpgStatusResponse MOVING
public static final VpgStatusResponse DELETING
public static final VpgStatusResponse RECOVERED
public static VpgStatusResponse[] values()
for (VpgStatusResponse c : VpgStatusResponse.values()) System.out.println(c);
public static VpgStatusResponse 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.