@Generated(value="software.amazon.awssdk:codegen") public final class InstanceRefreshLivePoolProgress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceRefreshLivePoolProgress.Builder,InstanceRefreshLivePoolProgress>
Reports progress on replacing instances that are in the Auto Scaling group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceRefreshLivePoolProgress.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceRefreshLivePoolProgress.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
instancesToUpdate()
The number of instances remaining to update.
|
Integer |
percentageComplete()
The percentage of instances in the Auto Scaling group that have been replaced.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceRefreshLivePoolProgress.Builder> |
serializableBuilderClass() |
InstanceRefreshLivePoolProgress.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer percentageComplete()
The percentage of instances in the Auto Scaling group that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.
public final Integer instancesToUpdate()
The number of instances remaining to update.
public InstanceRefreshLivePoolProgress.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceRefreshLivePoolProgress.Builder,InstanceRefreshLivePoolProgress>public static InstanceRefreshLivePoolProgress.Builder builder()
public static Class<? extends InstanceRefreshLivePoolProgress.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.