Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

getObject() - Read openUTM-LU62 Gateway object from the configuration

Function:

BcAdminLu62Gateway.getObject()

Reads the openUTM-LU62 Gateway with the specified name from the configuration.

Parameters:

props (Dictionary)

Dictionary containing the key-value pairs host and install-path of the openUTM-LU62 Gateway that is to be read. Optionally, the property install-path-gw can be specified in order to guarantee a unique assignment to a communication service.

Return:

(BcObject of type BcObjectType.LU62GATEWAY)

The read openUTM-LU62 Gateway or None if no openUTM-LU62 Gateway with the corresponding name exists.

Exceptions:

BcObjectException, BcParameterException, BcToolException

Example:

...
import BcAdminCommunicationService
...
getProps={"host": "bchost01", "install-path": "/opt/ibm/sna/bin"}
cs_obj=BcAdminCommunicationService.getObject(getProps)
...