Function: |
An openUTM-LU62 Gateway, whose properties you must pass to the MC-CLI in a dictionary, is added to the configuration. |
Parameters: |
Dictionary with the key-value pairs for the properties that are to be assigned to the openUTM-LU62 Gateway. You can find the possible values for key in Properties of an openUTM-LU62 Gateway. |
Return: | ( The openUTM-LU62 Gateway that has just been added to the configuration. |
Exceptions: |
|
Example: | ....
import BcAdminLu62Gateway
...
creProps={"host": "bchost01", "install-path": "/opt/lib/utmlu62",
"trave-level": BcDef.LOGGING_MODE_2,
"admin-port". "31002", "admin-pw": "admin"}
gw_obj=BcAdminLu62Gateway.create(creProps)
...
|