@Generated(value="software.amazon.awssdk:codegen") public final class LoadBalancerTargetGroupState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoadBalancerTargetGroupState.Builder,LoadBalancerTargetGroupState>
Describes the state of a target group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoadBalancerTargetGroupState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerTargetGroupState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
loadBalancerTargetGroupARN()
The Amazon Resource Name (ARN) of the target group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoadBalancerTargetGroupState.Builder> |
serializableBuilderClass() |
String |
state()
The state of the target group.
|
LoadBalancerTargetGroupState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String loadBalancerTargetGroupARN()
The Amazon Resource Name (ARN) of the target group.
public final String state()
The state of the target group.
Adding - The Auto Scaling instances are being registered with the target group.
Added - All Auto Scaling instances are registered with the target group.
InService - At least one Auto Scaling instance passed an ELB health check.
Removing - The Auto Scaling instances are being deregistered from the target group. If connection
draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the
instances.
Removed - All Auto Scaling instances are deregistered from the target group.
Adding - The Auto Scaling instances are being registered with the target group.
Added - All Auto Scaling instances are registered with the target group.
InService - At least one Auto Scaling instance passed an ELB health check.
Removing - The Auto Scaling instances are being deregistered from the target group. If
connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before
deregistering the instances.
Removed - All Auto Scaling instances are deregistered from the target group.
public LoadBalancerTargetGroupState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoadBalancerTargetGroupState.Builder,LoadBalancerTargetGroupState>public static LoadBalancerTargetGroupState.Builder builder()
public static Class<? extends LoadBalancerTargetGroupState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.