User guide
3-172
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.43 createAndActivateSNCOnDRI
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when rollName does not refer to a roll object.
EXCPT_ENTITY_NOT_FOUND - Raised when rollName references an object that does not exist.
Compliance
CTM-defined.
3.9.43 createAndActivateSNCOnDRI
Synopsis
void createAndActivateSNCOnDRI(
in subnetworkConnection::DRISNCCreateData_T createData,
in subnetworkConnection::GradesOfImpact_T tolerableImpact,
in EMSFreedomLevel_T emsFreedomLevel,
inout subnetworkConnection::TPDataList_T tpsToModify,
out subnetworkConnection::SubnetworkConnection_T theSNC,
out string errorReason)
raises(globaldefs::ProcessingFailureException);
Description
This structure was introduced to provide BLSR-DRI protection support. This structure is not defined by
TMF. This structure is similar to createAndActivateSNCOnUserLabel (see
3.9.14 getSNCsByUserLabel, page 3-136 for more details) except that a new field, driNode, has been
added.
Parameters
Name Type Input/Output Description
rollName globaldefs::NamingAttributes_T In Name of roll whose associated SNC will be
reported.
rollFromSnc globaldefs::NamingAttributes_T Out Name of the rollFrom SNC.
rollToSnc globaldefs::NamingAttributes_T Out Name of the rollTo SNC.
Name Type Input/Output Description
createData subnetworkConnection::DRISNCCreat
eData_T
In New structure describing the SNC to create
and activate. This is similar to
SNCCreateData_T except that
DRI-specific information has been added.
tolerableImpact subnetworkConnection::GradesOfImp
act_T
In Maximum tolerable impact allowed.
emsFreedomLevel EMSFreedomLevel_T In Maximum level of freedom allowed to the
EMS to perform the creation and
activation.