public interface LbConfigs extends org.jvnet.hk2.config.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.
|
List<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
LbConfigCopyright © 2017. All rights reserved.