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
 
 
294
 
Name
 
Type
 
Input/ 
Output
 
Description
 
which to add termination points (either 
CTPs or FTPs).
 
zEnd
 
globaldefs::NamingAttributesList_T
 
In
 
List of additional termination points 
(either CTPs or FTPs) to add to the SNC.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when sncName does not refer to an SNC object, or 
layer rate of any CTP does not match the SNC layer. 
EXCPT_ENTITY_NOT_FOUND - Raised when sncName references an object that does 
not exist. 
EXCPT_UNABLE_TO_COMPLY – Raised if the CTP is in use by other SNC. This 
exception is also raised when there is no bandwidth available. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost, 
which prevents the deactivation of the SNC. 
Compliance 
Prime Optical-defined. 
3.9.20  deactivateAndDeleteSNC 
Synopsis 
void deactivateAndDeleteSNC( 
in globaldefs::NamingAttributes_T sncName, 
      in subnetworkConnection::GradesOfImpact_T tolerableImpact, 
      in EMSFreedomLevel_T emsFreedomLevel, 
      inout subnetworkConnection::TPDataList_T tpsToModify, 
      out subnetworkConnection::SubnetworkConnection_T theSNC, 
      out string errorReason) 
    raises(globaldefs::ProcessingFailureException); 
Description 
This interface provides a way to deactivate and then delete a subnetwork connection in one 
operation. 
Prime Optical removes resources allocated to this SNC from each node. Successful completion 
of this asynchronous operation guarantees only delivery of the deletion request to Prime 
Optical. The NMS waits for an OBJECT_DELETION event for the SNC.  
Prime Optical performs this operation in two steps:  
•  The first step is validation. This is performed synchronously. If successful, this operation 
returns successfully. If validation fails, the NMS receives an exception.