Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
237
 
For ONS 15600 SONET and ONS 15600 SDH NEs, if bridge-and-roll is applied, one CTP may be 
associated with two SNCs during a transient phase. If Prime Optical invokes this method during this 
phase, it reports both SNCs. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
tpName 
globaldefs::NamingAttributes_T 
In 
Termination point for which to 
report SNCs. 
connectionLayerRateList 
transmissionParameters::LayerRateL
ist_T 
In 
List of rates of the SNCs to report. 
If an empty list is specified, all 
SNCs of all rates are reported. 
how_many 
unsigned long 
In 
Maximum number of SNCs to 
report in the first batch. 
sncList 
subnetworkConnection::Subnetwork
ConnectionList_T 
Out 
First batch of SNCs. 
sncIt 
subnetworkConnection::SNCIterator
_I 
Out 
Iterator to retrieve the remaining 
SNCs. 
 
For details about the SubnetworkConnection_T structure, see 
. 
 
Throws 
Compliance 
TMF-defined. 
3.9.7  getAllSubnetworkConnectionNames 
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