This type is a class for model objects.
@since 7.0.0 A custom monitor that sends protocol levelrequests to back-end servers to determine the server's availability.
Package: proxyAttributes Summary | |
blaID : EString | @since 7.0.0 The unique BLA identifier in which the Composition Unit resides. |
cuID : EString | @since 7.0.0 BLA Composition Unit identifer for the custom advisor. |
pollInterval : EInt | @since 7.0.0 The number of seconds to wait before polling the server. |
enableLogging : EBoolean | @since 7.0.0 Whether to enable logging for this advisor. |
logFileSize : EInt | @since 7.0.0 The log file size in MB. |
enableLogFileWrapping : EBoolean | @since 7.0.0 Whether the contents of the advisor log file should be over written if the file is full. The log file will wrap when it hits logFileSize. The log files will be stored in $SERVER_LOG_ROOT +"/" + advisor.cell.apname ( for a WAS advised endppoint) or $SERVER_LOG_ROOT +"/" + advisor.clustername (for a GSC advised endpoint). |
connectTimeout : EInt | @since 7.0.0 The amount of time in seconds to wait while connecting to a server. |
ioTimeout : EInt | @since 7.0.0 The amount of time to wait while reading a response or writing a request. |
properties : Property * | * No description is available * |
customAdvisorMappings : CustomAdvisorMapping + | * No description is available * |
Attribute Details |