User guide

3-159
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.29 deleteMemberSNCsFromVCAT
Description
This interface adds a member SNC to the VCAT that is specified in the input. CTM generates an attribute
value change event for the VCAT SNC that was modified due to the addition of the new SNC(s), and an
object creation event for the member L1 SNCs that were created.
For each new member, you must specify an additional creation parameter called “vcatMemberId,” which
is a unique number from 1 to 256. The value that you choose cannot be in use by any other members that
belong to the VCAT SNC.
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 addition of a member SNC to the VCAT fails.
Compliance
CTM-defined.
3.9.29 deleteMemberSNCsFromVCAT
Synopsis
void deleteMemberSNCsFromVCAT(
in globaldefs::NamingAttributes_T vcatName,
in globaldefs::NamingAttributesList_T sncName,
out subnetworkConnection::VCAT_T vcat)
raises(globaldefs::ProcessingFailureException);
Description
This interface deletes a member SNC from the VCAT specified in the input. CTM generates an attribute
value change event for the VCAT SNC that was modified due to the deletion of the member SNC, and
an object deletion event for the member L1 SNC that was deleted.
Parameters
Name Type Input/Output Description
vcatName globaldefs::NamingAttributes_T In Name of the VCAT SNC.
sncData subnetworkConnection::SNCCrea
teDataList_T
In Structure describing the SNC(s) to create and
add to the VCAT.
vcat subnetworkConnection::VCAT_T Out The augmented VCAT SNC.
Name Type Input/Output Description
vcatName globaldefs::NamingAttributes_T In Name of the VCAT SNC.