Function: |
Reads the communication service with the specified name from the configuration |
Parameters: |
Dictionary containing the key-value pairs for the |
Return: |
The read communication service or |
Exceptions: |
|
Note: | The property |
Example: | ... import BcAdminCommunicationService ... getProps={"host": "bchost01", "install-path": "/opt/ibm/sna/bin"} cs_obj=BcAdminCommunicationService.getObject(getProps) ... |