public interface LoadBalancer
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoadBalancer.DeleteDecorator |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoApplyEnabled()
Deprecated.
|
String |
getDeviceHost()
Gets the value of the device host property.
|
String |
getDevicePort()
Gets the value of the device port property.
|
String |
getLbConfigName()
Gets the value of the lbConfigName property.
|
String |
getName()
Gets the value of the name property.
|
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per
PropertyBag
Known properties:
ssl-proxy-host - proxy host used for outbound HTTP
ssl-proxy-port - proxy port used for outbound HTTP |
void |
setAutoApplyEnabled(String value)
Deprecated.
|
void |
setDeviceHost(String value)
Sets the value of the device host property.
|
void |
setDevicePort(String value)
Sets the value of the device port property.
|
void |
setLbConfigName(String value)
Sets the value of the lbConfigName property.
|
void |
setName(String value)
Sets the value of the name property.
|
@NotNull String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getLbConfigName()
Stringvoid setLbConfigName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getDeviceHost()
Stringvoid setDeviceHost(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull String getDevicePort()
Stringvoid setDevicePort(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Deprecated String getAutoApplyEnabled()
String@Deprecated void setAutoApplyEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
Known properties:
ssl-proxy-host - proxy host used for outbound HTTP
ssl-proxy-port - proxy port used for outbound HTTPgetProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017. All rights reserved.