User guide
3-160
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.30 deleteAllMemberSNCFromVCAT
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when vcatName or sncName does not reference a VCAT/SNC
object.
EXCPT_ENTITY_NOT_FOUND - Raised when vcatName or sncName references an object that does
not exist.
EXCPT_UNABLE_TO_COMPLY - Raised when deletion of member SNC(s) from the VCAT fails.
Compliance
CTM-defined.
3.9.30 deleteAllMemberSNCFromVCAT
Synopsis
void deleteAllMemberSNCFromVCAT(
in globaldefs::NamingAttributes_T vcatName,
in boolean isForward)
raises( globaldefs::ProcessingFailureException );
Description
This interface deletes all member SNCs in the VCAT group that is specified during input. If boolean
value is set to true, all member SNCs in the transmit direction are deleted. If boolean value is set to false,
all member SNCs in the receive direction are deleted. For symmetrical VCAT, this value is ignored; all
member circuits in both transmit and receive directions are deleted. CTM generates an attribute value
change for the VCAT SNC modified due to the deletion of member SNC(s), and an object deletion event
for the member L1 SNCs 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.
sncName globaldefs::NamingAttributesList_T In Name of the SNC(s) to delete and remove
from the VCAT.
vcat subnetworkConnection::VCAT_T Out Modified VCAT SNC.
Name Type Input/Output Description
Name Type Input/Output Description
vcatName globaldefs::NamingAttributes_T In Name of the VCAT SNC.
isForward Boolean In Boolean variable used to determine the direction in
which the member SNCs of the VCAT are deleted.