public interface MetricsServiceConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getDynamic() |
String |
getEnabled() |
String |
getEndpoint() |
String |
getRoles() |
String |
getSecureMetrics()
Deprecated.
|
String |
getSecurityEnabled() |
String |
getVirtualServers() |
void |
setDynamic(String value) |
void |
setEnabled(String value) |
void |
setEndpoint(String value) |
void |
setRoles(String value) |
void |
setSecureMetrics(String value)
Deprecated.
|
void |
setSecurityEnabled(String value) |
void |
setVirtualServers(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoException@Deprecated String getSecureMetrics()
@Deprecated void setSecureMetrics(String value) throws PropertyVetoException
PropertyVetoExceptionString getDynamic()
void setDynamic(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.