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
 
 
144
 
Name
 
Type
 
Input/Output
 
Description
 
delete.
 
 
Throws
 
globaldefs::ProcessingFailureException 
EXCPT_INVALID_INPUT - Raised if input topological link name is invalid. 
EXCPT_ENTITY_NOT_FOUND - Raised if the specified topological link name does 
not exist in Prime Optical. 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS cannot support this service. 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_UNABLE_TO_COMPLY - Raised if an attempt is made to delete an auto-
discovered topological link. 
Compliance 
Prime Optical-defined. This interface is already proposed in TMF and will be included TMF 
Release 3.0. 
3.3.20  modifyTopologicalLink 
Synopsis 
void modifyTopologicalLink( 
                  in topologicalLink::TLCreateData_T    newTLCreateData, 
                  out topologicalLink::TopologicalLink_T newTopologicalLink ) 
              raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables an NMS to modify the following parameters of existing topological links: 
•  Cost attribute (modifiable only for SONET and SDH links) 
•  SRLG values (modifiable only for SONET and SDH links) 
 
The modifyTopologicalLink API is not supported for links with patchcord provisioning. Also, 
you cannot use the modifyTopologicalLink API to modify the link description on any 
supported NEs. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
createData
 
topologicalLink::TLCreateData_T
 
In
 
Data structure containing details for 
creating a new topological link.
 
topologicalLink
 
topologicalLink::TopologicalLink_T
 
Out
 
Created topological link information.