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
 
 
357
 
        in globaldefs::NVList_T l2ModifyData, 
        out multiLayerSubnetwork::L2Topology_T l2Topo) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface provides a way to modify an L2 topology. It enables the OSS to modify the L2 
topology for the bandwidth allocation parameters. For more information on the bandwidth 
allocation and CoS commit parameters, see 
. This interface is used 
when the L2 topology is discovered, but it cannot be used when the L2 topology 
synchronization state is L2TopoSyncState.L2NOTREADY. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
l2TopologyName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the L2 topology to 
modify.
 
l2Modifydata
 
globaldefs::NVList_T
 
In
 
Parameters for modification 
of the L2 topology; the 
bandwidth allocation 
parameters.
 
l2Topo
 
multiLayerSubnetwork::L2Topology_T
 
Out
 
Modified L2 topology.
 
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 one or more of the managed elements 
associated with the specified L2 topology are not accessible. 
Compliance 
Prime Optical-defined. 
3.10.19 getAllAvailableMLEquipmentOrTPNames 
Synopsis 
void getAllAvailableMLEquipmentOrTPNames( 
        in globaldefs::NamingAttributesList_T managedElementList, 
        in multiLayerSubnetwork::L2TopoType_T topoType, 
        in unsigned long how_many, 
        out globaldefs::NamingAttributesList_T nameList, 
        out globaldefs::NamingAttributesIterator_I nameIt)  
     raises(globaldefs::ProcessingFailureException);