@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstanceHealthReason extends Enum<InstanceHealthReason>
Modifier and Type | Method and Description |
---|---|
static InstanceHealthReason |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InstanceHealthReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceHealthReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceHealthReason LbRegistrationInProgress
public static final InstanceHealthReason LbInitialHealthChecking
public static final InstanceHealthReason LbInternalError
public static final InstanceHealthReason InstanceResponseCodeMismatch
public static final InstanceHealthReason InstanceTimeout
public static final InstanceHealthReason InstanceFailedHealthChecks
public static final InstanceHealthReason InstanceNotRegistered
public static final InstanceHealthReason InstanceNotInUse
public static final InstanceHealthReason InstanceDeregistrationInProgress
public static final InstanceHealthReason InstanceInvalidState
public static final InstanceHealthReason InstanceIpUnusable
public static InstanceHealthReason[] values()
for (InstanceHealthReason c : InstanceHealthReason.values()) System.out.println(c);
public static InstanceHealthReason 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 String toString()
toString
in class Enum<InstanceHealthReason>
public static InstanceHealthReason fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.