public interface MetricsServiceConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getDynamic()
Boolean value determining if the service is dynamic or not.
|
String |
getEnabled()
Boolean value determining if the service is enabled or disabled.
|
String |
getEndpoint()
String value defines the endpoint of metrics service.
|
String |
getSecureMetrics()
Boolean value determining if the metrics service is secure or not
|
String |
getVirtualServers()
String value defines the attached virtual servers.
|
void |
setDynamic(String value) |
void |
setEnabled(String value) |
void |
setEndpoint(String value) |
void |
setSecureMetrics(String value) |
void |
setVirtualServers(String value) |
createChild, deepCopy, getParent, getParentString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoExceptionString getSecureMetrics()
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
PropertyVetoExceptionCopyright © 2019. All rights reserved.