Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
176
 
Description 
This interface has the same behavior as the operation described in 
, but 
returns the object name instead of returning the entire object.  
 
Parameters 
Name 
Type 
Input/ 
Output  Description 
ptpName  globaldefs::NamingAttributes_T 
In 
Name of the PTP for which to retrieve 
the supporting equipment. 
nameList  globaldefs::NamingAttributesList_T Out 
List of equipment names (not equipment 
holders) directly implementing the PTP. 
Throws 
Compliance 
TMF-defined. 
3.6.7  getContainedEquipment 
 
Synopsis
 
Description 
This interface returns the equipment and equipment holders that a specific equipment holder contains. 
This interface differs from getAllEquipment in that it looks only at the next level of the containment 
hierarchy. 
Parameters
 
Name 
Type 
Input/ 
Output 
Description 
equipmentHolderName  globaldefs::NamingAttributes_T  In 
Name of the equipment holder for 
which to retrieve the directly 
contained equipment and 
equipment holders. 
Prime Optical also accepts the ME 
name as a value for this 
parameter. 
equipmentOrHolderList  EquipmentOrHolderList_T 
Out 
Directly contained equipment and 
equipment holders. 
 
EquipmentOrHolderList_T is a list of EquipmentOrHolder_T, which is defined as a union of 
Equipment_T and EquipmentHolder_T structures. For details about both structures, see 
. 
Throws