public interface LoadBalancers extends 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.
|
createChild, deepCopy, getParent, getParent
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 © 2018. All rights reserved.