public interface LbConfigs extends ConfigBeanProxy, DomainExtension
| Modifier and Type | Interface and Description |
|---|---|
static class |
LbConfigs.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<LbConfig> |
getLbConfig()
Gets the value of the lbConfig property.
|
LbConfig |
getLbConfig(String name)
Return the lb config with the given name, or null if no such lb config exists.
|
createChild, deepCopy, getParent, getParentList<LbConfig> getLbConfig()
set method for the lbConfig property.
For example, to add a new item, do as follows:
getLbConfig().add(newItem);
Objects of the following type(s) are allowed in the list
LbConfig@DuckTyped LbConfig getLbConfig(String name)
name - the name of the lb configCopyright © 2019. All rights reserved.