public interface LoadBalancer extends ConfigBeanProxy, PropertyBag
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoadBalancer.DeleteDecorator |
ConfigBeanProxy.DuckPropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getAutoApplyEnabled()
Deprecated.
|
@NotNull String |
getDeviceHost()
Gets the value of the device host property.
|
@NotNull String |
getDevicePort()
Gets the value of the device port property.
|
@NotNull String |
getLbConfigName()
Gets the value of the lbConfigName property.
|
@NotNull String |
getName()
Gets the value of the name property.
|
List<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.
|
createChild, deepCopy, getParent, getParentaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@NotNull @NotNull String getName()
Stringvoid setName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @NotNull String getLbConfigName()
Stringvoid setLbConfigName(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @NotNull String getDeviceHost()
Stringvoid setDeviceHost(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@NotNull @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<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 PropertyBagCopyright © 2019. All rights reserved.