@Generated(value="software.amazon.awssdk:codegen") public final class InstanceHealthSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>
Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceHealthSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceHealthSummary.Builder |
builder() |
Integer |
degraded()
Red. The health agent is reporting a high number of request failures or other issues for an instance or
environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
info()
Green. An operation is in progress on an instance.
|
Integer |
noData()
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
|
Integer |
ok()
Green. An instance is passing health checks and the health agent is not reporting any problems.
|
Integer |
pending()
Grey. An operation is in progress on an instance within the command timeout.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceHealthSummary.Builder> |
serializableBuilderClass() |
Integer |
severe()
Red. The health agent is reporting a very high number of request failures or other issues for an instance
or environment.
|
InstanceHealthSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
unknown()
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an
instance.
|
Integer |
warning()
Yellow. The health agent is reporting a moderate number of request failures or other issues for an
instance or environment.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer noData()
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
public final Integer unknown()
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
public final Integer pending()
Grey. An operation is in progress on an instance within the command timeout.
public final Integer ok()
Green. An instance is passing health checks and the health agent is not reporting any problems.
public final Integer info()
Green. An operation is in progress on an instance.
public final Integer warning()
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
public final Integer degraded()
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
public final Integer severe()
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
public InstanceHealthSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>public static InstanceHealthSummary.Builder builder()
public static Class<? extends InstanceHealthSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.