Cisco Cisco Prime Optical 9.6 开发者指南

下载
页码 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
309
 
Description 
This interface is used to get the list of SNCs for the Merge operation. The SncFilterCriteria 
specifies the SNCs that are requested. These SNCs are lined up. The master SNC name specifies 
the name of the SNC with which the candidates will merge. The how_many parameter provides 
the list of SNCs that will be returned. 
 
The valid SncUpgradeInfo value supported by GateWay/CORBA is Merge. The valid 
SncFilterCriteria value supported by GateWay/CORBA is LINED_UP. The available values that 
will be supported in the future are listed in the ENUM definitions in the following table. 
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
details
 
multiLayerSubnetwork::SncUpgr 
adeInfo_T
 
In
 
Upgrade info for which the list of 
SNCs is requested. Available 
values are:
 
• 
Merge
 
• 
Reconfigure
 
 
Prime Optical supports only 
Merge.
 
filterCriteria
 
multiLayerSubnetwork::SncFilte 
rCriteria_T
 
In
 
The filter criteria can be used to 
specify if the requested SNCs are 
LINED_UP or nonfiltered.
 
 
 
Prime Optical supports only 
LINED_UP.
 
masterSncName
 
globaldefs::NamingAttributes_T
 
In
 
This parameter is used to specify the 
name of the SNC to merge or upgrade 
with the following candidate SNCs.
 
candidateSncList
 
globaldefs::NamingAttributesLis t_T
 
In
 
This parameter gives a list of SNCs 
to merge with the master SNC.
 
how_many
 
unsigned long
 
In
 
This parameter specifies the number 
of SNCs to pass and the SNCs that are 
valid for the merge operation with 
the master SNC.
 
mergeableSncList
 
subnetworkConnection::Subnetw 
orkConnectionList_T
 
Out
 
This parameter gives the list of 
SNCs that qualify for a merge.
 
sncIt
 
subnetworkConnection::SNCIter 
ator_I
 
Out
 
This parameter is used to iterate the 
list of SNCs returned by the API.