public interface MetricsHealthCheckConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled()
Boolean value determining if the service is enabled or disabled.
|
String |
getEndpoint()
String value defines the endpoint of health service.
|
String |
getVirtualServers()
String value defines the attached virtual servers.
|
void |
setEnabled(String value) |
void |
setEndpoint(String value) |
void |
setVirtualServers(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getEndpoint()
void setEndpoint(String value) throws PropertyVetoException
PropertyVetoExceptionString getVirtualServers()
void setVirtualServers(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.