Class LoadBalancerAdaptiveRoutingArgs.Builder

    • 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