Руководство Разработчика для Cisco Cisco Prime Optical 9.6

Скачать
Страница из 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
259
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the 
managed element.
 
connectionRateList
 
transmissionParameters::LayerRateList_T
 
In
 
Layer rate list.
 
how_many
 
unsigned long
 
In
 
Maximum number of 
CrossConnect_T to 
report in the first 
batch.
 
ccList
 
subnetworkConnection::CrossConnectList_T
 
Out
 
First batch of cross-
connects.
 
ccIt
 
subnetworkConnection::CCIterator_I
 
Out
 
Iterator to retrieve 
the remaining cross-
connects.
 
 
A cross-connect represents a connection within a single managed element. This structure is 
used primarily in the specification of routes. 
Prime Optical support for the CrossConnection_T structure is as follows: 
•  boolean active: 
–  Always true. Prime Optical only returns cross-connections for SNCs that are in 
SNCState_T.SNCS_ACTIVE or SNCState_T.SNCS_PARTIAL. This attribute indicates 
whether the cross-connect is active in the ME. 
•  globaldefs::ConnectionDirection_T direction:  
–  Direction of the cross-connection. Prime Optical returns CD_UNI or CD_BI. 
•  SNCType_T ccType:  
–  Prime Optical always returns ST_SIMPLE. 
•  globaldefs::NamingAttributesList_T aEndNameList:  
–  Names of TPs at the aEnd of the cross-connection. 
•  globaldefs::NamingAttributesList_T zEndNameList:  
–  Names of TPs at the zEnd of the cross-connection. 
•  globaldefs::NVSList_T additionalInfo:  
–  This attribute allows the EMS to communicate to the NMS additional information that 
is not explicitly modeled. This attribute is read-only. Prime Optical does not return any 
additional information.