Interface LoadBalancerConfig

  • All Known Implementing Classes:
    SimpleServiceConfig.SimpleLoadBalancerConfig

    public interface LoadBalancerConfig
    Load balancer configuration. Only used internally. The configuration is translated to an object that provides parameters through getters
    • Method Detail

      • type

        String type()
        Load balancer type, e.g. "round-robin". A LoadBalancerProvider for the type has to be available
        Returns:
        load balancer type
      • parameters

        Map<String,​String> parameters()
        Load Balancer parameters.
        Returns:
        map of parameters of the load balancer