Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Reads all the properties of the specified openUTM-LU62 Gateway and returns a dictionary with key-value pairs for the properties. |
Parameters: |
openUTM-LU62 Gateway whose properties are to be read. |
Return: | Dictionary with the key-value pairs for all the properties of the openUTM-LU62 Gateway. You can find the possible values for |
Exceptions: |
|
Example: | ...
import BcAdminLu62Gateway
...
getProps={"host": "bchost01", "install-path": "/opt/lib/utmlu62"}
gw_obj=BcAdminLu62Gateway.getObject(getProps)
gwProps=BcAdminLu62Gateway.getProperties(gw_obj)
...
|