Class BackendSetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkloadbalancer.model.BackendSetDetails.Builder
 
- 
- Enclosing class:
- BackendSetDetails
 
 public static class BackendSetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendSetDetails.BuilderareOperationallyActiveBackendsPreferred(Boolean areOperationallyActiveBackendsPreferred)If enabled, NLB supports active-standby backends.BackendSetDetails.Builderbackends(List<Backend> backends)An array of backends.BackendSetDetailsbuild()BackendSetDetails.Buildercopy(BackendSetDetails model)BackendSetDetails.BuilderhealthChecker(HealthChecker healthChecker)BackendSetDetails.BuilderipVersion(IpVersion ipVersion)IP version associated with the backend set.BackendSetDetails.BuilderisFailOpen(Boolean isFailOpen)If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy.BackendSetDetails.BuilderisInstantFailoverEnabled(Boolean isInstantFailoverEnabled)If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.BackendSetDetails.BuilderisInstantFailoverTcpResetEnabled(Boolean isInstantFailoverTcpResetEnabled)If enabled along with instant failover, the network load balancer will send TCP RST to the clients for the existing connections instead of failing over to a healthy backend.BackendSetDetails.BuilderisPreserveSource(Boolean isPreserveSource)If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends.BackendSetDetails.Builderpolicy(NetworkLoadBalancingPolicy policy)The network load balancer policy for the backend set.
 
- 
- 
- 
Method Detail- 
policypublic BackendSetDetails.Builder policy(NetworkLoadBalancingPolicy policy) The network load balancer policy for the backend set.Example: FIVE_TUPLE - Parameters:
- policy- the value to set
- Returns:
- this builder
 
 - 
ipVersionpublic BackendSetDetails.Builder ipVersion(IpVersion ipVersion) IP version associated with the backend set.- Parameters:
- ipVersion- the value to set
- Returns:
- this builder
 
 - 
isPreserveSourcepublic BackendSetDetails.Builder isPreserveSource(Boolean isPreserveSource) 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. - Parameters:
- isPreserveSource- the value to set
- Returns:
- this builder
 
 - 
isFailOpenpublic BackendSetDetails.Builder isFailOpen(Boolean isFailOpen) 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. - Parameters:
- isFailOpen- the value to set
- Returns:
- this builder
 
 - 
isInstantFailoverEnabledpublic BackendSetDetails.Builder isInstantFailoverEnabled(Boolean isInstantFailoverEnabled) If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy.- Parameters:
- isInstantFailoverEnabled- the value to set
- Returns:
- this builder
 
 - 
isInstantFailoverTcpResetEnabledpublic BackendSetDetails.Builder isInstantFailoverTcpResetEnabled(Boolean isInstantFailoverTcpResetEnabled) If enabled along with instant failover, the network load balancer will send TCP RST to the clients for the existing connections instead of failing over to a healthy backend.This only applies when using the instant failover. By default, TCP RST is enabled. - Parameters:
- isInstantFailoverTcpResetEnabled- the value to set
- Returns:
- this builder
 
 - 
areOperationallyActiveBackendsPreferredpublic BackendSetDetails.Builder areOperationallyActiveBackendsPreferred(Boolean areOperationallyActiveBackendsPreferred) If enabled, NLB supports active-standby backends.The standby backend takes over the traffic when the active node fails, and continues to serve the traffic even when the old active node is back healthy. - Parameters:
- areOperationallyActiveBackendsPreferred- the value to set
- Returns:
- this builder
 
 - 
backendspublic BackendSetDetails.Builder backends(List<Backend> backends) An array of backends.- Parameters:
- backends- the value to set
- Returns:
- this builder
 
 - 
healthCheckerpublic BackendSetDetails.Builder healthChecker(HealthChecker healthChecker) 
 - 
buildpublic BackendSetDetails build() 
 - 
copypublic BackendSetDetails.Builder copy(BackendSetDetails model) 
 
- 
 
-