public interface MetricsHealthCheckConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled() |
String |
getEndpoint() |
String |
getRoles() |
String |
getSecurityEnabled() |
String |
getVirtualServers() |
void |
setEnabled(String value) |
void |
setEndpoint(String value) |
void |
setRoles(String value) |
void |
setSecurityEnabled(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
PropertyVetoExceptionString getSecurityEnabled()
void setSecurityEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getRoles()
void setRoles(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.