User guide

3-152
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.22 getAllVCATSNCs
LCASMode_T. LCASMODE _NONE
LCASMode_T. LCASMODE _SWLCAS
LCASMode_T. LCASMODE _LCAS
subnetworkConnection::RoutingMode_T routingMode
Supported. CTM supports the following values:
RoutingMode_T. ROUTE_COMMONFIBER
RoutingMode_T. ROUTE_INDEPENDENTFIBER
globaldefs::NVSList_T additionalInfo
Supported. CustomerID and ServiceID are reported if they are available. The openVcat field reports
values of true or false to show whether the SNC is an open-ended VCAT.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when vcatName does not refer to a VCAT SNC object.
EXCPT_ENTITY_NOT_FOUND - Raised when vcatName references an object that does not exist.
Compliance
CTM-defined.
3.9.22 getAllVCATSNCs
Synopsis
void MultiLayerSubnetworkMgr_I::getAllVCATSNCs(
in globaldefs::NamingAttributes_T subnetName,
in transmissionParameters::LayerRateList_T connectionRateList,
in unsigned long how_many,
out subnetworkConnection::VCATList_T vcatList,
out subnetworkConnection::VCATIterator_I vcatIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns all the VCAT SNCs in the specified multilayer subnetwork. This interface returns
only the VCAT SNCs.
Parameters
Name Type Input/Output Description
subnetName globaldefs::NamingAttributes_T In Name of the subnetwork.
connectionLayerRateList transmissionParameters::VCATL
ayerRateList_T
In List of the VCAT SNCs to report with
specified number of members and
memberRate. If an empty list is specified, all
VCAT SNCs of bandwidth are reported.
how_many unsigned long In Maximum number of SNCs to report in the
first batch.