User guide

3-112
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.28 getAllRolls
out multiLayerSubnetwork::RollList_T rollList,
out multiLayerSubnetwork::RollIterator_I rollIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns a list of rolls within the managed element whose name is passed as a parameter.
Parameters
CTM supports Roll_T as follows:
globaldefs::NamingAttributes_T rollName
Supported. It contains three tuples: the first tuple contains the EMS name, the second tuple contains
theManagedElement name, and the third tuple contains the nativeEMSName of this roll.
string::userLabel
Not supported.
string::nativeEMSName
Supported. Each roll has a unique name assigned by the Cisco MSM.
string::owner
Not supported.
multiLayerSubnetwork::RollMode_T rollMode
Supported. Possible values are AUTO or MANUAL.
globaldefs::NamingAttributes_T rollFromSNCName
Supported. The name of the rollFrom SNC.
globaldefs::NamingAttributes_T rollToSNCName
Supported. The name of the rollTo SNC.
globaldefs::NamingAttributes_T rollFromCTPName
Supported. The name of the CTP that is rolled over.
globaldefs::NamingAttributes_T rollToCTPName
Supported. The CTP to which the rollFromCTPName CTP is rolled over.
multiLayerSubnetwork::RollState_T rollState
Supported. The following values are supported:
ROLL_PENDING
ROLL_COMPLETED
ROLL_CANCELLED
ROLL_INCOMPLETE
Name Type Input/Output Description
meName globaldefs::NamingAttributes_T In Name of MEs with rolls that are being queried.
how_many unsigned long In Maximum number of rolls to report in the first batch.
rollList multiLayerSubnetwork::RollList_T Out First batch of rolls.
rollIt multiLayerSubnetwork::RollIterator_I Out Iterator to retrieve the remaining rolls.