Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
218
 
3.8.25  getAllDestFTPsForSNCProvisioning 
Synopsis 
Description 
This interface returns a list of FTP names that can be used as the destination of an SNC to create on a 
specific managed element. The NMS must specify the source TP (CTP or FTP) name and layer rate of the 
SNC to create. This interface does not reserve resources for SNC creation; rather, this method returns the 
FTP name list based on current resource availability. The actual SNC creation might still fail. Values 
returned by this list can be used as the zEnd in the SNCCreateData_T parameter of the 
createAndActivateSNCFromUserLabel method described in 
. 
Parameters 
Name 
Type 
Input/ 
Output 
Description 
meName 
globaldefs::NamingAttributes_T 
In 
Name of the ME that is the source of 
the SNC to create. 
srcTPName  globaldefs::NamingAttributes_T 
In 
Name of the TP that is selected as the 
source TP for the SNC to create. 
layerRate 
transmissionParameters::LayerRate_T 
In 
Layer rate at which the SNC is 
created. All FTPs available at this 
layer rate are returned. 
direction 
globaldefs::ConnectionDirection_T 
In 
Prime Optical supports CD_BI 
(bidirectional). 
how_many 
unsigned long 
In 
Maximum number of FTP names to 
report in the first batch. 
tpList 
globaldefs::NamingAttributesList_T 
Out 
First batch of FTP names. 
tpIt 
globaldefs::NamingAttributesIterator_I  Out 
Iterator to retrieve remaining FTP 
names. 
For a list of supported layer rates, se
. 
Throws 
Compliance 
Prime Optical-defined.