Cisco Cisco Prime Optical 9.6 개발자 가이드

다운로드
페이지 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
603
 
 
 
String  
 
 
 
 
mfdfrType 
 
 
 
 
 
 
Can be one of the following: 
 
VIRTUAL PRIVATE LAN (MULTIPOINT)  
 
VIRTUAL PRIVATE LINE (POINT-TO-POINT)  
 
PRIVATE LAN (MULTIPOINT)  
 
PRIVATE LINE (POINT-TO-POINT) 
 
 
 
 
 
 
 
 
NameAndStringValue_T[]   
additionalInfo  
4.9.5  Link Aggregation Inventory Interfaces  
This section describes the following interfaces: 
• 
• 
• 
4.9.5.1  getAllFTPs 
Synopsis 
void getAllFTPs( 
     NameAndStringValue_T[]   managedElementName, 
                             short[]  
 
 
 
tpLayerRateList, 
                             short[]  
 
 
 
connectionLayerRateList, 
                             int  
 
 
 
 
how_many, 
                             NamingAttributesList_THolder   nameList, 
                             NamingAttributesIterator_IHolder nameIt) 
        raises(globaldefs::ProcessingFailureException) 
Description 
This interface returns the FTPs.  
Parameters 
•  NamingAttributes_T managedElementName—ME name. 
•  LayerRateList_T tpLayerRateList—List of FTP layer rates for which the FTPs are to be 
fetched. An FTP must contain at least one of the layer rates specified. If the list is empty, 
FTPs of all rates are returned.  
•  LayerRateList_T connectionLayerRateList—List of connection layer rates for which the FTPs 
are to be fetched. An FTP must support connections for at least one of the layer rates 
specified.  If the list is empty, FTPs for all connection rates are returned. 
•  unsigned long how_many—Maximum number of FTPs to be returned in the first batch. 
•  TerminationPointList_T tpList—First batch of FTPs. 
•  TerminationPointIterator_I tpIt—Iterator to retrieve remaining FTPs.