Loading...
Select Version
Function: |
Reads all the properties of the specified proxy cluster and returns a dictionary with key-value pairs for the properties. You can find the possible values for key in Properties of a proxy cluster . |
Parameters: |
Proxy cluster whose properties are to be read. |
Return: | Dictionary with the key-value pairs for all the properties of the proxy cluster. |
Exceptions: |
|
Example: | ... import BcAdminProxyCluster ... clstr_obj=BcAdminProxyCluster.getObject("BCCluster") clusterProps=BcAdminProxyCluster.getProperties(clstr_obj) ... |