Cisco Cisco Prime Optical 9.8 Developer's Guide

Page of 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
302
 
3.9.32  upgrade 
Synopsis 
Description 
This interface is used to merge or configure a list of SNCs to the SNC reported in the 
masterSncName. This interface supports STRICT MERGE and LOOSE MERGE as operation types 
from the OSS. The LOOSE MERGE option in SncUpgradeInfo_T is available only if a strict 
operation failed and the OSS receives a processing failure exception with 
EXCPT_STRICT_MERGE_FAILED. 
There is no restriction in GateWay/CORBA to prevent a LOOSE MERGE operation from the OSS 
during a normal call. 
 
 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
details
 
multiLayerSubnetwork::Snc
 
UpgradeInfo_T
 
In
 
Upgrade info for which the list 
of SNCs are requested. 
Available values are:
 
• 
Merge
 
• 
Reconfigure
 
masterSncName
 
globaldefs::NamingAttributes_T
 
In
 
This  parameter  is  used  to  specify 
the  name  of  the  SNC  to  merge or 
reconfigure  with  the  following 
candidate SNCs.
 
upgradableSncNameList
 
globaldefs::NamingAttributesList_T
 
In
 
This parameter gives the list of 
SNCs to merge or reconfigure with 
the master SNC.
 
resultString
 
string
 
Out
 
This parameter gives the result of 
the operation in human-readable 
form.
 
Throws