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
 
 
534
 
Limitations 
Object create notifications are not generated. 
4.5.4.2  deactivateAndDeleteFDFr 
Synopsis 
public void deactivateAndDeleteFDFr( 
  NameAndStringValue_T[]  
fdfrName, 
                                      TPDataList_THolder  
tpsToModify, 
                                      StringHolder  
 
 
errorReason) 
      throws ProcessingFailureException 
Description 
This interface enables the NMS to deactivate and delete an FDFr that represents an EVC from 
an FD. For descriptions of the input parameters, see 
. 
The EVC name is specified as <EVC native name>:SID=nn:LR=EVC. 
In this example, LR=EVC stands for Layer Rate = EVC. This is introduced because the API does 
not expect an LR to be specified. 
Limitations 
Object delete notifications are not generated. 
4.5.4.3  modifyFDFr 
Synopsis 
modifyFDFr( 
 NameAndStringValue_T[]  
 
fdfrName, 
                         FDFrModifyData_T  
 
 
fdfrModifyData, 
                         ConnectivityRequirement_T  
 
connectivityRequirement, 
                         TPDataList_THolder  
 
 
tpsToModify, 
                         NamingAttributesList_THolder  
failedTPList, 
                         NamingAttributesList_THolder 
 
parameterProblemsTPList, 
                         FlowDomainFragment_THolder   newFDFr, 
                         StringHolder  
 
 
 
errorReason) 
      throws ProcessingFailureException 
Description 
This interface enables the EMS to modify an existing FDFr representing an EVC as specified by 
the parameters in the method. 
The EVC name is specified as <EVC native name>:SID=nn:LR=EVC.