ZXTM Control API Overview and Reference
Version 4.0
enum VirtualServer.SSLClientCertificateHeaders {
# No data
none,
# Certificate fields
simple,
# Certificate fields and certificate text
all
}
VirtualServer.SSLRequestClientCertMode
enum VirtualServer.SSLRequestClientCertMode {
# Do not request a client certificate
dont_request,
# Request, but do not require a client certificate
request,
# Require a client certificate
require
}
4.3 Pool
URI: http://soap.zeus.com/zxtm/1.0/Pool/
The Pool interface allows management of ZXTM pool objects. Using this
interface, you can create, delete and rename pool objects, and manage
their configuration.
4.3.1 Methods
addDrainingNodes( names, values )
Add nodes to the lists of draining nodes, for each of the named pools.
void addDrainingNodes(
String[] names
String[][] values
)
addMonitors( names, values )
Add monitors to each of the named pools.
80
New Page 1