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, getParent
String getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoException
String getEndpoint()
void setEndpoint(String value) throws PropertyVetoException
PropertyVetoException
String getVirtualServers()
void setVirtualServers(String value) throws PropertyVetoException
PropertyVetoException
String getSecurityEnabled()
void setSecurityEnabled(String value) throws PropertyVetoException
PropertyVetoException
String getRoles()
void setRoles(String value) throws PropertyVetoException
PropertyVetoException
Copyright © 2020. All rights reserved.