Loading...
Select Version
Function: |
Removes the specified proxy cluster from the configuration. |
Parameters: |
Proxy cluster that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ... import BcAdminProxyCluster ... clstr_obj=BcAdminProxyCluster.getObject("BCCluster") BcAdminProxyCluster.remove(clstr_obj) ... |