Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
240
 
Name 
Type 
Input/ 
Output 
Description 
how_many 
unsigned long 
In 
Maximum number of 
topological links to return in the 
first batch. 
topoList 
topologicalLink::TopologicalLinkList_T 
Out 
First batch of topological links. 
topoIt 
topologicalLink::TopologicalLinkIterator_I  Out 
Iterator to retrieve the 
remaining topological links. 
For details about the TopologicalLink_T structure, see 
. 
Throws 
Compliance 
TMF-defined. 
3.9.10  getAllTopologicalLinkNames 
Synopsis 
Description 
This interface has the same behavior as the operation described in 
, but 
instead of returning entire object structures, this operation returns their names. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
subnetName  globaldefs::NamingAttributes_T 
In 
Name of the subnetwork. 
how_many 
unsigned long 
In 
Maximum number of topological 
links to return in the first batch. 
nameList 
globaldefs::NamingAttributesList_T 
Out 
First batch of topological link 
names. 
nameIt 
globaldefs::NamingAttributesIterator_I  Out 
Iterator to retrieve the remaining 
topological link names. 
Throws