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
 
 
356
 
EXCPT_OBJECT_IN_USE - Raised when the specified L2 topology already exists. 
EXCPT_NE_COMM_LOSS - Raised when one of the managed elements specified as part 
of the L2 topology creation is not reachable. 
Compliance 
Prime Optical-defined. 
3.10.17 deleteL2Topology 
Synopsis 
void deleteL2Topology( 
        in globaldefs::NamingAttributes_T l2TopologyName)  
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface provides a method to delete an L2 topology and all the SNCs associated with it. If 
there are any ML VLANs associated with the L2 topology when this interface method is invoked, 
Prime Optical generates a processing failure exception. The NMS must ensure that there are no 
ML VLANs associated with the L2 topology, to ensure that the L2 topology is successfully 
deleted. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
l2TopologyName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the L2 topology to 
delete.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when l2TopologyName does not reference an L2 
topology object. 
EXCPT_ENTITY_NOT_FOUND - Raised when l2TopologyName references an object that 
does not exist. 
EXCPT_UNABLE_TO_COMPLY - Raised when the l2TopologyName specified has an ML 
VLAN associated with it. 
EXCPT_UNABLE_TO_COMPLY – Raised when one or more of the managed elements 
associated with the specified L2 topology are not accessible. 
Compliance 
Prime Optical-defined. 
3.10.18 modifyL2Topology 
Synopsis 
void modifyL2Topology( 
        in globaldefs::NamingAttributes_T l2TopologyName,