Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
214
 
3.8.21  getAllDestPTPsForSNCProvisioning 
Synopsis 
Description 
This interface returns a list of PTP names that can be used as the destination of an SNC to create on a 
given ME. The NMS must specify the source CTP name, layer rate, and the direction of the SNC to 
create. This interface does not reserve resources for SNC creation; rather, this method returns a PTP name 
list based on current resource availability. The actual SNC creation might still fail. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
managedElementName  globaldefs::NamingAttributes_T 
In 
Name of the managed 
element that is the 
destination of the SNC to 
create. 
srcCTPName 
globaldefs::NamingAttributes_T 
In 
Name of the CTP that is the 
source of the SNC to 
create. 
layerRate 
transmissionParameters::LayerRate_T 
In 
Layer rate at which the 
SNC is created. This value 
must match the layer rate of 
the source CTP specified in 
the srcCTPName field. This 
parameter returns all PTP 
names that are available as 
the destination of the SNC 
at this layer rate. 
Direction 
globaldefs::ConnectionDirection_T 
In 
Prime Optical supports 
CD_UNI (unidirectional) or 
CD_BI (bidirectional). 
how_many 
unsigned long 
In 
Maximum number of PTP 
names to report in the first 
batch. 
tpList 
globaldefs::NamingAttributesList_T 
Out 
First batch of PTP names. 
tpIt 
globaldefs::NamingAttributesIterator_I  Out 
Iterator to retrieve 
remaining PTP names. 
For a list of supported layer rates, see
 
Throws