Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
296
 
3.10.10 getAllMLVLANs 
Synopsis 
Description 
This interface lists all ML VLANs for the L2 topology. The NMS user must specify the L2 topology 
name. Prime Optical returns a list of all ML VLANs associated with the L2 topology specified. 
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. 
mlVlanList 
MLVLANList_T 
Out 
List of available ML 
VLAN names in the 
L2 topology. 
mlVlanIt 
MultiLayerSubnetwork::MLVLANIterator_I  Out 
Iterator used to 
retrieve the 
remaining ML 
VLANs. 
For details about the MLVLAN_T structure, see 
. 
Throws 
Compliance 
Prime Optical-defined. 
3.10.11 getAllMLVLANNames 
Synopsis