public enum InstancesHealthAttribute extends java.lang.Enum<InstancesHealthAttribute>
Enum Constant and Description |
---|
All |
ApplicationMetrics |
AvailabilityZone |
Causes |
Color |
Deployment |
HealthStatus |
InstanceType |
LaunchedAt |
RefreshedAt |
System |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static InstancesHealthAttribute |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static InstancesHealthAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstancesHealthAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstancesHealthAttribute HealthStatus
public static final InstancesHealthAttribute Color
public static final InstancesHealthAttribute Causes
public static final InstancesHealthAttribute ApplicationMetrics
public static final InstancesHealthAttribute RefreshedAt
public static final InstancesHealthAttribute LaunchedAt
public static final InstancesHealthAttribute System
public static final InstancesHealthAttribute Deployment
public static final InstancesHealthAttribute AvailabilityZone
public static final InstancesHealthAttribute InstanceType
public static final InstancesHealthAttribute All
public static InstancesHealthAttribute[] values()
for (InstancesHealthAttribute c : InstancesHealthAttribute.values()) System.out.println(c);
public static InstancesHealthAttribute valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<InstancesHealthAttribute>
public static InstancesHealthAttribute fromValue(java.lang.String value)
value
- real value