Interface LoadBalancers

    • Method Detail

      • getLoadBalancer

        List<LoadBalancer> getLoadBalancer()
        Gets the value of the loadBalancer property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the loadBalancer property.

        For example, to add a new item, do as follows:

            getLoadBalancer().add(newItem);
         

        Objects of the following type(s) are allowed in the list LoadBalancer

      • getLoadBalancer

        @DuckTyped
        LoadBalancer getLoadBalancer​(String name)
        Return the load balancer config with the given name, or null if no such load balancer exists.
        Parameters:
        name - the name of the lb config
        Returns:
        the LoadBalancer object, or null if no such lb config