Cisco Cisco Prime Optical 9.8 Developer's Guide

Page of 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
264
 
Throws 
Compliance 
TMF-defined. 
3.9.9  getAllTopologicalLinks 
Synopsis 
Description 
This interface returns a list of topological links that exist within the subnetwork whose name is 
passed as a parameter. 
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.
 
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