Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
452
 
•  globaldefs::NVSList_T additionalModificationInfo—Additional modification information 
can be specified by the NMS. When the method is returned, this attribute contains the 
parameters that could not be applied. 
Use Case Description 
The following describes how the system requests to modify an MFD: 
1.  The NMS sends a request to the EMS to modify 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 is unknown to the EMS, an Entity Not Found exception is raised. 
c.  If user label uniqueness is required, the EMS checks the user label for uniqueness. If an MFD 
object with the same user label exists, a User Label In Use exception is raised. 
d.  If the EMS cannot satisfy any attribute that must be modified, an Unable To Comply exception is 
raised. 
e.  If the MFD already has the required information, the EMS replies with a success indication, but 
no notification is generated.  
3.  If the request is valid: 
a.  If the MFD has all the required information, the EMS does not send any notifications to the 
notification service. 
b.  If the MFD does not have the required information, the EMS modifies the MFD attributes as 
requested.  
c.  The EMS replies with a success indication. 
d.  If the EMS makes a change, the appropriate notification is sent to the notification service. 
Limitations 
•  The failedAttributes parameter is not supported. 
•  Notification changes are not sent. 
4.5.3  Flow Domain Provisioning Interfaces 
This section describes the following interfaces: 
• 
• 
• 
• 
• 
4.5.3.1 
createFlowDomain 
Synopsis 
Description 
This interface enables the NMS to request the EMS to create an FD with the parameters specified in the 
method. The NMS can specify MFDs or fdEdge CPTPs to be associated with the created FD. 
Parameters 
•  FDCreateData_T createData—Describes the FD structure to be created.