Cisco Cisco Prime Optical 9.8 Guide Du Développeur

Page de 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
507
 
Description 
This interface enables the NMS to request the deletion of an MFD from the EMS. 
Parameters 
•  NamingAttributes_T mfdName—The MFD name to be deleted. 
•  TPDataList_T tpsToModify:  
–  in—The list of TPs with associated parameters to be applied. 
–  out—The list of TPs with associated applied parameters. 
•  string errorReason—If a best-effort parameter could not be set, the EMS provides the fault 
reason. 
Throws 
Use Case Description 
The following describes how the system requests to delete an MFD: 
1.  The NMS sends the request to the EMS to delete an MFD. 
2.  The EMS validates the request:  
a.  If the syntax is incorrect, an Invalid Input exception is raised. 
b.  If the specified MFD object is unknown to the EMS, an Entity Not Found exception is raised. 
c.  The MFD to be deleted must not be associated with an FD. If the MFD is still associated, an 
Object In Use exception is raised. 
d.  The MFD to be deleted must not be fixed. If the MFD is fixed, an Unable To Comply exception is 
raised. 
3.  If the request is valid, the EMS: 
a.  Deletes the MFD. 
b.  Releases all assigned TPs from the MFD. 
c.  Replies with a success indication. 
d.  Sends an object deletion notification to the notification service.  
Limitations 
•  The tpsToModify parameter is not supported.