@Generated(value="software.amazon.awssdk:codegen") public final class LoadBalancerState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoadBalancerState.Builder,LoadBalancerState>
Describes the state of a Classic Load Balancer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoadBalancerState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
loadBalancerName()
The name of the load balancer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoadBalancerState.Builder> |
serializableBuilderClass() |
String |
state()
One of the following load balancer states:
|
LoadBalancerState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String loadBalancerName()
The name of the load balancer.
public final String state()
One of the following load balancer states:
Adding - The Auto Scaling instances are being registered with the load balancer.
Added - All Auto Scaling instances are registered with the load balancer.
InService - At least one Auto Scaling instance passed an ELB health check.
Removing - The Auto Scaling instances are being deregistered from the load balancer. 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 load balancer.
Adding - The Auto Scaling instances are being registered with the load balancer.
Added - All Auto Scaling instances are registered with the load balancer.
InService - At least one Auto Scaling instance passed an ELB health check.
Removing - The Auto Scaling instances are being deregistered from the load balancer. 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 load balancer.
public LoadBalancerState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoadBalancerState.Builder,LoadBalancerState>public static LoadBalancerState.Builder builder()
public static Class<? extends LoadBalancerState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.