Package com.pulumi.cloudflare.inputs
Class LoadBalancerAdaptiveRoutingArgs.Builder
- java.lang.Object
-
- com.pulumi.cloudflare.inputs.LoadBalancerAdaptiveRoutingArgs.Builder
-
- Enclosing class:
- LoadBalancerAdaptiveRoutingArgs
public static final class LoadBalancerAdaptiveRoutingArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(LoadBalancerAdaptiveRoutingArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoadBalancerAdaptiveRoutingArgs
build()
LoadBalancerAdaptiveRoutingArgs.Builder
failoverAcrossPools(com.pulumi.core.Output<java.lang.Boolean> failoverAcrossPools)
LoadBalancerAdaptiveRoutingArgs.Builder
failoverAcrossPools(java.lang.Boolean failoverAcrossPools)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(LoadBalancerAdaptiveRoutingArgs defaults)
-
-
Method Detail
-
failoverAcrossPools
public LoadBalancerAdaptiveRoutingArgs.Builder failoverAcrossPools(@Nullable com.pulumi.core.Output<java.lang.Boolean> failoverAcrossPools)
- Parameters:
failoverAcrossPools
- Extends zero-downtime failover of requests to healthy origins from alternate pools, when no healthy alternate exists in the same pool, according to the failover order defined by traffic and origin steering. When set `false`, zero-downtime failover will only occur between origins within the same pool. Defaults to `false`.- Returns:
- builder
-
failoverAcrossPools
public LoadBalancerAdaptiveRoutingArgs.Builder failoverAcrossPools(java.lang.Boolean failoverAcrossPools)
- Parameters:
failoverAcrossPools
- Extends zero-downtime failover of requests to healthy origins from alternate pools, when no healthy alternate exists in the same pool, according to the failover order defined by traffic and origin steering. When set `false`, zero-downtime failover will only occur between origins within the same pool. Defaults to `false`.- Returns:
- builder
-
build
public LoadBalancerAdaptiveRoutingArgs build()
-
-