User guide
3-158
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.27 deleteVCAT
EXCPT_UNABLE_TO_COMPLY – Raised if the VCAT SNC cannot be created and activated because
FTP conflicts with another VCAT SNC or NE does not support this VCAT SNC creation. This
exception is also raised when CTM cannot meet protection levels or there is no bandwidth
available.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost and this
prevents creation of the VCAT SNC.
EXCPT_USERLABEL_IN_USE - Raised when the user label uniqueness constraint is not met.
Compliance
CTM-defined.
3.9.27 deleteVCAT
Synopsis
void deleteVCAT(
in globaldefs::NamingAttributes_T vcatName)
raises(globaldefs::ProcessingFailureException);
Description
This interface deletes the VCAT specified in the input. CTM generates an object deletion event for the
VCAT SNC that was deleted and for the individual Layer 1 SNCs that were deleted.
Parameters
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 the VCAT SNC fails.
Compliance
CTM-defined.
3.9.28 addMemberSNCsToVCAT
Synopsis
void addMemberSNCsToVCAT(
in globaldefs::NamingAttributes_T vcatName,
in subnetworkConnection::SNCCreateDataList_T sncData,
out subnetworkConnection::VCAT_T vcat)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
vcatName globaldefs::NamingAttributes_T In Name of the VCAT SNC.