Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
230
 
3.8.13  getAllCTMMEInternalPatchcord 
Synopsis 
void getAllCtmMEInternalPatchcord( 
          in globaldefs::NamingAttributes_T managedElementName, 
          out globaldefs::NVSList_T patches)  
          raises (globaldefs::ProcessingFailureException); 
Description 
This interface returns a list of internal Prime Optical patchcords for a specific managed element 
name. 
For PTP, the additionalInfo attribute list contains the OTU2 protection regeneration attributes 
value if the selected card is one of the following: 
•  AR-XP (ONS 15454 SONET/SDH) 
•  AR-MXP (ONS 15454 SONET/SDH) 
For PTP, the additionalInfo attribute list contains the AUTO attributes value if the selected card 
is one of the following: 
•  AR-XP (ONS 15454 SONET/SDH) 
•  AR-MXP (ONS 15454 SONET/SDH) 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the ME to 
retrieve.
 
patches
 
globaldefs::NVSList_T
 
Out
 
The retrieved patchcords.
 
 
For details about the ManagedElement_T structure, see 
. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when managedElementName does not reference a 
managed element object. 
EXCPT_ENTITY_NOT_FOUND - Raised when managedElementName references an ME 
object that does not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost. 
Compliance 
Prime Optical-defined.