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() - Communication Service entfernen

Funktion:

BcAdminCommunicationService.remove()

Entfernt den angegebenen Communication Service aus der Konfiguration.

Parameter:

bc_object
(BcObject vom Typ BcObjectType.COMMUNICATION_SERVICE).

Communication Service, der entfernt werden soll.

Rückgabe:

Keine

Exceptions:

BcObjectException, BcToolException

Beispiel:

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