Loading...
Select Version
Function: |
Removes the specified openUTM-LU62 Gateway from the configuration. |
Parameters: |
openUTM-LU62 Gateway that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ... import BcAdminLu62Gateway ... getProps={"host": "bchost01", "install-path": "/opt/lib/utmlu62"} gw_obj=BcAdminLu62Gateway.getObject(getProps) BcAdminLu62Gateway.remove (gw_obj) ... |