Class LoadBalancerRandomSteeringArgs


  • public final class LoadBalancerRandomSteeringArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • defaultWeight

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> defaultWeight()
        Returns:
        The default weight for pools in the load balancer that are not specified in the `pool_weights` map.
      • poolWeights

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Double>>> poolWeights()
        Returns:
        A mapping of pool IDs to custom weights. The weight is relative to other pools in the load balancer.