Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Remove -remove openUTM-LU62 Gateway...

Function:

BcAdminLu62Gateway.remove()

Removes the specified openUTM-LU62 Gateway from the configuration.

Parameters:

bc_object (BcObject of type BcObjectType.LU62GATEWAY).

openUTM-LU62 Gateway that is to be removed.

Return:

None

Exceptions:

BcObjectException, BcToolException

Example:

...
import BcAdminLu62Gateway
...
getProps={"host": "bchost01", "install-path": "/opt/lib/utmlu62"} 
gw_obj=BcAdminLu62Gateway.getObject(getProps) 
BcAdminLu62Gateway.remove (gw_obj)
...