public interface LoadBalancers extends org.jvnet.hk2.config.ConfigBeanProxy, DomainExtension
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoadBalancers.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<LoadBalancer> |
getLoadBalancer()
Gets the value of the loadBalancer property.
|
LoadBalancer |
getLoadBalancer(String name)
Return the load balancer config with the given name,
or null if no such load balancer exists.
|
List<LoadBalancer> getLoadBalancer()
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@DuckTyped LoadBalancer getLoadBalancer(String name)
name - the name of the lb configCopyright © 2017. All rights reserved.