Version
4.0
void addMonitors(
String[] names
String[][] values
)
addNodes( names, values )
Add new nodes to each of the named pools.
void addNodes(
String[] names
String[][] values
)
addPool( names, nodes )
Add each of the named pools, using the node lists for each.
void addPool(
String[] names
String[][] nodes
)
deletePool( names )
Delete each of the named pools.
void deletePool(
String[] names
)
getBandwidthClass( names )
Get the Bandwidth Classes that each of the named pools uses.
String[] getBandwidthClass(
String[] names
)
getDrainingNodes( names )
Get the lists of draining nodes for each of the named pools.
String[][] getDrainingNodes(
String[] names
81
New Page 1