public enum Lifecycle extends Enum<Lifecycle>
Enum Constant and Description |
---|
FAILED |
HALTING |
OVERRIDE_LB_ALIVE |
OVERRIDE_LB_DEAD |
OVERRIDE_LB_THROTTLED |
PAUSED |
RUNNING |
STARTING |
THROTTLED |
UNINITIALIZED |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
LoadBalancerStatus |
getLoadbalancerStatus() |
String |
toString() |
static Lifecycle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lifecycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lifecycle UNINITIALIZED
public static final Lifecycle STARTING
public static final Lifecycle RUNNING
public static final Lifecycle PAUSED
public static final Lifecycle HALTING
public static final Lifecycle FAILED
public static final Lifecycle THROTTLED
public static final Lifecycle OVERRIDE_LB_DEAD
public static final Lifecycle OVERRIDE_LB_ALIVE
public static final Lifecycle OVERRIDE_LB_THROTTLED
public static Lifecycle[] values()
for (Lifecycle c : Lifecycle.values()) System.out.println(c);
public static Lifecycle 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 nullpublic LoadBalancerStatus getLoadbalancerStatus()
public String getDescription()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.