Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
308
 
        in globaldefs::NamingAttributes_T vcatName,  
        in boolean isForward)  
     raises( globaldefs::ProcessingFailureException ); 
Description 
This interface deletes all member SNCs in the VCAT group that is specified during input. If 
boolean value is set to true, all member SNCs in the transmit direction are deleted. If boolean 
value is set to false, all member SNCs in the receive direction are deleted. For symmetrical 
VCAT, this value is ignored; all member circuits in both transmit and receive directions are 
deleted. Prime Optical generates an attribute value change for the VCAT SNC modified due to 
the deletion of member SNC(s), and an object deletion event for the member L1 SNCs deleted. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
vcatName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the VCAT SNC.
 
isForward
 
Boolean
 
In
 
Boolean variable used to determine the 
direction in which the member SNCs of the 
VCAT are deleted.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when vcatName does not reference a VCAT object. 
EXCPT_ENTITY_NOT_FOUND - Raised when vcatName references an object that does 
not exist. 
EXCPT_UNABLE_TO_COMPLY - Raised when deletion of member SNC(s) from the VCAT 
fails. 
Compliance 
Prime Optical-defined. 
3.9.31  getValidSubnetworkConnectionsForMerge 
Synopsis 
void getValidSubnetworkConnectionsForUpgrade( 
        in multiLayerSubnetwork::SncUpgradeInfo_T details, 
        in multiLayerSubnetwork::SncFilterCriteria_T filterCriteria, 
        in globaldefs::NamingAttributes_T masterSncName, 
        in globaldefs::NamingAttributesList_T candidateSncList, 
        in unsigned long how_many, 
        out subnetworkConnection::SubnetworkConnectionList_T mergeableSncList, 
        out subnetworkConnection::SNCIterator_I sncIt ) 
     raises(globaldefs::ProcessingFailureException);