Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
328
 
•  "CISCO_ONS_15310_MA_SDH_UPSR_ADM" 
•  "CISCO_ONS_15310_MA_SDH_TSA_TERMINAL" 
•  "CISCO_ONS_15310_MA_SDH_BLSR_ADM" 
•  "CISCO_ONS_15310_MA_SDH_HYBRID" 
•  "CISCO_ONS_15310_MA_SDH_Other" 
•  "CISCO_ONS_15310_MA_SDH_Unknown" 
•  "CISCO_CARRIER_PACKET_TRANSPORT_200" 
•  "CISCO_CARRIER_PACKET_TRANSPORT_200_SDH" 
•  "CISCO_CARRIER_PACKET_TRANSPORT_600" 
•  "CISCO_CARRIER_PACKET_TRANSPORT_600_SDH" 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INVALID_INPUT - Raised when containingSubnetworkName does not reference 
a valid subnetwork name. 
EXCPT_OBJECT_IN_USE - Raised if the managed element already exists. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
Compliance 
Prime Optical-defined. 
3.9.45  deleteManagedElement 
Synopsis 
void deleteManagedElement ( 
          in globaldefs::NamingAttributes_T managedElementName) 
          raises(globaldefs::ProcessingFailureException) 
Description 
This interface allows the NMS to delete a managed element. Prime Optical generates an 
NT_OBJECT_DELETION event upon successful deletion of the managed element. 
Parameters 
Name
 
Type
 
Input/ Output
 
Description
 
managedElementName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the ME to delete.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element is not found. 
EXCPT_UNABLE_TO_COMPLY - Raised if the EMS is unable to comply. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service.