Cisco Cisco Prime Optical 10.3 Developer's Guide

Page of 688
 
Cisco Prime Optical 10.3 GateWay/CORBA Programmer Reference Guide 
 
 
241
 
3.9.2  getAllEdgePointNames 
Synopsis 
Description 
This interface enables an NMS to request a list of edge termination points for the specified 
subnetwork at one or more of the NMS-specified layers that are capable of containing CTPs that 
can be connected at one or more of the NMS-specified connection layer rates. 
Prime Optical reports the PTPs that are not part of the topological link. 
 
Parameters
 
Name
 
Type
 
Input/ 
Output
 
Description
 
subnetName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the 
subnetwork.
 
tpLayerList
 
transmissionParameters::LayerRateList_T
 
In
 
List of TP layer rates 
for which the edge 
points are fetched. To 
be reported, an edge 
point must contain at 
least one of the layer 
rates specified. If the 
list is empty, edge 
points of all rates are 
returned.
 
connectionLayerRateList
 
transmissionParameters::LayerRateList_T
 
In
 
Prime Optical does not 
use this parameter.
 
how_many
 
unsigned long
 
In
 
Maximum number of 
edge points to return in 
the first batch.
 
nameList
 
globaldefs::NamingAttributesList_T
 
Out
 
First batch of edge 
point names.
 
nameIt
 
globaldefs::NamingAttributesIterator_I
 
Out
 
Iterator to retrieve the 
remaining edge point 
names.
 
Throws