public interface LoadBalancer extends ConfigBeanProxy, PropertyBag
Modifier and Type | Interface and Description |
---|---|
static class |
LoadBalancer.DeleteDecorator |
ConfigBeanProxy.Duck
PropertyBag.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, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@NotNull @NotNull String getName()
String
void setName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@NotNull @NotNull String getLbConfigName()
String
void setLbConfigName(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@NotNull @NotNull String getDeviceHost()
String
void setDeviceHost(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@NotNull @NotNull String getDevicePort()
String
void setDevicePort(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@Deprecated String getAutoApplyEnabled()
String
@Deprecated void setAutoApplyEnabled(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@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 PropertyBag
Copyright © 2020. All rights reserved.