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
 
 
510
 
• 
• 
• 
• 
• 
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. 
•  globaldefs::NamingAttributesList_T assignedCPTPs—Identifies the list of assigned CPTPs to 
be associated to the FD as fdEdge CPTPs. This list can be empty. Associating CPTPs to the FD 
is done on a best-effort basis. When the method is returned, the list contains the names of 
the CPTPs that could not be associated with the FD. 
•  TPDataList_T tpsToModify: 
–  in—The list of TPs with associated parameters to be applied. 
–  out—The list of TPs with associated applied parameters. 
•  FlowDomain_T theFD—The newly created FD. The EMS is responsible for guaranteeing the 
uniqueness of the FD name. The NMS specifies the name in the createData parameter. 
•  string errorReason—The EMS provides the fault reason if a best-effort parameter could not 
be set or if a CPTP could not be associated with the FD.  
Throws