User guide
3-147
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.18 (Deprecated) createAndActivateProtectedOchccFromUserLabel
Description
This interface is identical to 3.9.16 createAndActivateSNCFromUserLabel, page 3-138, except that
CTM assigns the name of the created subnetwork connection. The userLabel field in SNCCreateData_T
can remain blank. Even if the user label is specified, CTM ignores it and assigns a user label to the SNC.
Compliance
TMF-defined.
3.9.18 (Deprecated) createAndActivateProtectedOchccFromUserLabel
Synopsis
void createAndActivateProtectedOchccFromUserLabel(
in subnetworkConnection::SNCCreateData_T createData,
in OCHCCProtectedConstraints_T ochccProtectedConstraints,
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);
where:
struct OCHCCProtectedConstraints_T {
subnetworkConnection::ResourceList_T neTpProtectedInclusions;
subnetworkConnection::ResourceList_T neTpSncProtectedExclusions;
};
Description
This interface has the same behavior as createAndActivateSNCFromUserLabel, but is used only to
create protected OCHCC circuits when it is necessary to specify route constraints for the protected path.
Note This API has been deprecated from CTM R9.0.
Parameters
CTM supports the following layer rates:
• ONS 15454 SONET: LR_OCH_Transport_Unit
• ONS 15454 SDH: LR_OCH_Transport_Unit
Compliance
CTM-defined.
Name Type Input/Output Description
ochccProtectedConstraints multiLayerSubnetwork::
OCHCCProtectedConstraints_T
In Structure containing ME include/exclude
route constraints.
other — — Same as for
createAndActivateSNCFromUserLabel.