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
 
 
342
 
Compliance 
Prime Optical-defined. 
3.10.11 getAllMLVLANNames 
Synopsis 
void getAllMLVLANNames( 
        in globaldefs::NamingAttributes_T l2TopologyName, 
        in unsigned long how_many, 
        out globaldefs::NamingAttributesList_T nameList, 
        out globaldefs::NamingAttributesIterator_I nameIt) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface lists all the ML VLAN names for the L2 topology. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
l2TopologyName
 
globaldefs::NamingAttributes_T
 
In
 
L2 topology name for which to 
obtain all the ML VLANs.
 
how_many
 
unsigned long
 
In
 
Maximum number of ML VLANs 
to return in the first batch.
 
nameList
 
globaldefs::NamingAttributesList_T
 
Out
 
List of available ML VLAN names 
in this L2 topology.
 
nameIt
 
globaldefs::NamingAttributesIterator_I
 
Out
 
Iterator used to retrieve the 
remaining ML VLAN names.
 
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 L2 topology 
object that does not exist. 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number 
of iterators that it can support. 
Compliance 
Prime Optical-defined. 
3.10.12 getAllAssociatedSNCs 
Synopsis 
void getAllAssociatedSNCs(