Cisco Cisco Prime Optical 9.6 開発者ガイド

ページ / 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
292
 
        in subnetworkConnection::SNCCreateData_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 interface is identical to 
 except that Prime 
Optical assigns the name of the created subnetwork connection. The userLabel field in 
SNCCreateData_T can remain blank. Even if the user label is specified, Prime Optical ignores it 
and assigns a user label to the SNC. 
For GMPLS SNCs, see the 
 section. 
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. 
This API has been deprecated from CTM R9.0.