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
 
 
296
 
EXCPT_ENTITY_NOT_FOUND - Raised when sncName references an object that does 
not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost 
and this prevents the deactivation of the SNC. 
Compliance 
TMF-defined. 
3.9.21  getVCATSNC 
Synopsis 
void MultiLayerSubnetworkMgr_I::getVCATSNC( 
        in globaldefs::NamingAttributes_T vcatName, 
        out subnetworkConnection::VCAT_T vcat)      
raises(globaldefs::ProcessingFailureException); 
Description 
This interface returns the VCAT structure for the VCAT SNC whose name is supplied as an 
argument. The VCAT SNCs are supported on the following equipment types: 
•  ML equipment (ML1000 and ML100T) 
•  FCMR  
•  ADM_10G 
Parameters 
Name
 
Type
 
Input/ Output
 
Description
 
vcatName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the VCAT SNC.
 
vcat
 
subnetworkConnection::VCAT_T
 
Out
 
VCAT structure.
 
Prime Optical support for VCAT_T is as follows: 
•  globaldefs::NamingAttributes_T vcatName 
Supported. This field will contain two tuples. The first tuple contains the value for the EMS. 
The second tuple contains the VCAT name, which is the same as the nativeEMSName. The 
value of the name field in the last tuple is VCATSubnetworkConnection. 
•  string userLabel 
Supported. 
•  string nativeEMSName 
Supported. Name supplied by the user at creation time will be reported. 
•  string owner 
Not supported. 
•  VCATState_T vcatState