Funktion: |
Liest den Communication Service mit angegebenen Namen aus der Konfiguration |
Parameter: |
Dictionary mit den key-value-Paaren der Eigenschaften |
Rückgabe: |
Der gelesene Communication Service oder |
Exceptions: |
|
Anmerkung: | Die Eigenschaft |
Beispiel: | ... import BcAdminCommunicationService ... getProps={"host": "bchost01", "install-path": "/opt/ibm/sna/bin"} cs_obj=BcAdminCommunicationService.getObject(getProps) ... |