@Generated(value="OracleSDKGenerator", comments="API Version: 20200501") public final class UpdateBackendSetDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The configuration details for updating a load balancer backend set. For more information about backend set configuration, see Managing Backend Sets.
*Caution:** Oracle recommends that you avoid using any confidential information when you
supply string values using the API.
Note: Objects should always be created or deserialized using the UpdateBackendSetDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the UpdateBackendSetDetails.Builder
, which maintain a
set of all explicitly set fields called UpdateBackendSetDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
UpdateBackendSetDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UpdateBackendSetDetails(String policy,
Boolean isPreserveSource,
Boolean isFailOpen,
Boolean isInstantFailoverEnabled,
IpVersion ipVersion,
List<BackendDetails> backends,
HealthCheckerDetails healthChecker)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateBackendSetDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<BackendDetails> |
getBackends()
An array of backends associated with the backend set.
|
HealthCheckerDetails |
getHealthChecker() |
IpVersion |
getIpVersion()
The IP version associated with the backend set.
|
Boolean |
getIsFailOpen()
If enabled, the network load balancer will continue to distribute traffic in the configured
distribution in the event all backends are unhealthy.
|
Boolean |
getIsInstantFailoverEnabled()
If enabled existing connections will be forwarded to an alternative healthy backend as soon
as current backend becomes unhealthy.
|
Boolean |
getIsPreserveSource()
If this parameter is enabled, then the network load balancer preserves the source IP of the
packet when it is forwarded to backends.
|
String |
getPolicy()
The network load balancer policy for the backend set.
|
int |
hashCode() |
UpdateBackendSetDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"policy","isPreserveSource","isFailOpen","isInstantFailoverEnabled","ipVersion","backends","healthChecker"}) public UpdateBackendSetDetails(String policy, Boolean isPreserveSource, Boolean isFailOpen, Boolean isInstantFailoverEnabled, IpVersion ipVersion, List<BackendDetails> backends, HealthCheckerDetails healthChecker)
public static UpdateBackendSetDetails.Builder builder()
Create a new builder.
public UpdateBackendSetDetails.Builder toBuilder()
public String getPolicy()
The network load balancer policy for the backend set. To get a list of available policies,
use the listNetworkLoadBalancersPolicies
operation.
Example: FIVE_TUPLE
public Boolean getIsPreserveSource()
If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default.
public Boolean getIsFailOpen()
If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
public Boolean getIsInstantFailoverEnabled()
If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.
public IpVersion getIpVersion()
The IP version associated with the backend set.
public List<BackendDetails> getBackends()
An array of backends associated with the backend set.
public HealthCheckerDetails getHealthChecker()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.