User guide
3-150
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.9.21 getVCATSNC
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 any field in
tpsToModify is invalid.
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
CTM 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
Name Type Input/Output Description
vcatName globaldefs::NamingAttributes_T In Name of the VCAT SNC.
vcat subnetworkConnection::VCAT_T Out VCAT structure.