Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
148
 
Compliance 
Prime Optical-defined. 
3.6  equipment::EquipmentInventoryMgr_I 
This interface accesses operations that deal with equipment. A handle to an instance of this interface is 
gained through the getManager operation in emsSession. This interface is inherited from 
common::Common_I. 
This interface implements the getCapabilities method. Operations described in the following sections are 
returned to the NMS when it invokes getCapabilities. 
3.6.1  getAllEquipment 
Synopsis 
Description 
This interface enables an NMS to request all of the equipment and equipment holders contained in a 
managed element or equipment holder. 
Parameters 
Name 
Type 
Input/ 
Output  Description 
meOrHolderName  globaldefs::NamingAttributes_T  In 
Name of the ME or equipment holder for 
which to retrieve contained equipment 
and equipment holders. 
how_many 
unsigned long 
In 
Maximum number of 
EquipmentOrHolder_Ts to return in the 
first batch. 
eqList 
EquipmentOrHolderList_T 
Out 
First batch of EquipmentOrHolder_Ts. 
eqIt 
EquipmentOrHolderIterator_I 
Out 
Iterator used to retrieve the remaining 
EquipmentOrHolder_Ts. 
The EqList parameter contains a sequence of the EquipmentOrHolder_T data type, which is defined as 
the union of Equipment_T and EquipmentHolder_T. 
Prime Optical support for Equipment_T is as follows: 
•  globaldefs::NamingAttributes_T name 
–  Supported. This field has four tuples. The first tuple is for EMS, the second is for 
ManagedElement, the third is for EquipmentHolder, and the fourth contains equipment. The 
value of the fourth tuple is the same as the value in the nativeEMSName field. 
•  string userLabel 
–  Not supported. 
•  string nativeEMSName 
–  Supported. The naming convention is described i
 
•  string owner