Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Add a standalone proxy to the specified cluster. |
Parameters: |
Proxy cluster that is to be extended.
Proxy that is to be added to the cluster. |
Return: | None |
Exceptions: |
|
Example: | ...
import BcAdminProxyCluster
import BcAdminProxy
...
clstr_obj=BcAdminProxyCluster.getObject("BCCluster")
proxy_obj=BcAdminProxy.getObject("BCProxy")
proxyList=BcAdminProxyCluster.addProxy(clstr_obj,proxy_obj)
...
|