User guide

3-286
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.14.6 deleteProtectionGroup
RM_REVERTIVE,
RM_NON_REVERTIVE
}
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS cannot support this service.
EXCPT_INVALID_INPUT - Raised when equipment or TP name does not reference an equipment or
TP object.
EXCPT_ENTITY_NOT_FOUND - Raised when equipment or TP name references an object that does
not exist.
EXCPT_UNABLE_TO_COMPLY - Raised when the protection group cannot be created.
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost.
Compliance
CTM-defined.
3.14.6 deleteProtectionGroup
Synopsis
void deleteProtectionGroup(
in globaldefs::NamingAttributes_T pgpName)
raises(globaldefs::ProcessingFailureException);
Description
This interface allows the NMS to permanently delete a protection group from the ME. The successful
result of this operation is the potential deletion of the protection group object. CTM generates an object
deletion event on successful deletion of the protection group. CTM supports deletion of all protection
group types. If there is more than one protection group with the same name, CTM returns an
UNABLE_TO_COMPLY processing failure exception.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.
EXCPT_INVALID_INPUT - Raised when pgpName does not reference a protection group object.
EXCPT_ENTITY_NOT_FOUND - Raised when pgpName references an object that does not exist.
EXCPT_UNABLE_TO_COMPLY - Raised when the protection group cannot be deleted from the NE.
Name Type Input/Output Description
pgpName globaldefs::NamingAttributes_T In Name of the protection group to delete.